We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题, os x 10.9.2 使用chnroutes修改路由后某些国内IP的网站不能访问,比如百度,百度知道等等。 MYMAC:~ XXX$ route get zhidao.baidu.com route to: 180.76.2.36 destination: 180.76.2.36 gateway: 192.168.0.1 interface: en0 flags: <UP,GATEWAY,HOST,DONE,WASCLONED,IFSCOPE,IFREF> recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 0 MYMAC:~ XXX$ route get baidu.com route to: 220.181.111.85 destination: 0.0.160.220.broad.fz.fj.dynamic.163data.com.cn mask: 255.224.0.0 gateway: 192.168.0.1 interface: en0 flags: <UP,GATEWAY,DONE,STATIC,PRCLONING> recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 0
The text was updated successfully, but these errors were encountered:
Baidu的IP应该是不在表里 怎么处理不知道了
Sorry, something went wrong.
No branches or pull requests
如题,
os x 10.9.2
使用chnroutes修改路由后某些国内IP的网站不能访问,比如百度,百度知道等等。
MYMAC:~ XXX$ route get zhidao.baidu.com
route to: 180.76.2.36
destination: 180.76.2.36
gateway: 192.168.0.1
interface: en0
flags: <UP,GATEWAY,HOST,DONE,WASCLONED,IFSCOPE,IFREF>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 0 0 0 0 1500 0
MYMAC:~ XXX$ route get baidu.com
route to: 220.181.111.85
destination: 0.0.160.220.broad.fz.fj.dynamic.163data.com.cn
mask: 255.224.0.0
gateway: 192.168.0.1
interface: en0
flags: <UP,GATEWAY,DONE,STATIC,PRCLONING>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 0 0 0 0 1500 0
The text was updated successfully, but these errors were encountered: