Note that this shell is only applicable to the Linux platform, the features of this optimized version:
- Use the short link
liu.app/s/trace
to be easier to remember - Highlight and explain regular ASNs
- Support passing parameters to view the routing jump of any IP
Test the following route jump details separately.
curl liu.app/s/trace | bash
Beijing Telecom | Beijing Unicom | Beijing Mobile |
Shanghai Telecom | Shanghai Unicom | Shanghai Mobile |
Shenzhen Telecom | Shenzhen Unicom | Shenzhen Mobile |
Chengdu Education Network |
Supports testing the details of the route jump of the input IP, for example, the details of the route jump to google.com
tested below.
wget liu.app/s/trace && sh trace google.com
-
error:
socket: operation not permitted
Use sudo or root permission- Usage 1:
curl liu.app/s/trace | sudo bash
- Usage 2:
wget liu.app/s/trace && sudo sh trace google.com
- Usage 1: