Function fetchServerList

  • 通常来说只有前两个ip比较稳定,后面的可能距离较远

    Returns Promise<{
        [ip: string]: number;
    }>

Generated using TypeDoc