China Internet line classification and VPS test script

1. Classification of Internet lines in China

1. China Telecom

China Telecom Internet network is divided into: 163 network, CN2 network.
Among them, the line identification of the 163 network is: AS4134, AS4847, AS4812, the ip exit is: 202.97... The line
identification of the CN2 network is: AS4809, CN2 GT, CN2 GIA, and the ip exit of the CN2 GT is: 202.97...; 59.43...
insert image description here

2. China Mobile International

insert image description here

3. China Unicom

insert image description here

2. Test script

1. Back to city test script

脚本1:
wget -qO- git.io/besttrace | bash
脚本2:
wget -q route.f2k.pub -O route && bash route

2. Performance test script

脚本1:
wget -qO- bench.sh | bash
脚本2:
curl -sL yabs.sh | bash

3. Streaming media unlocking test script

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

4. Online test website

https://www.itdog.cn/

Guess you like

Origin blog.csdn.net/dakhda/article/details/132325442