ashi009 / bestroutetb

Generating the most optimized route table for VPN users.
MIT License
879 stars 99 forks source link

8.8.8.8应该是US ip为什么生成的US的route里面这个不在VPN的段里面 #23

Closed agassiyzh closed 9 years ago

agassiyzh commented 9 years ago

generate.sh把规则更新到最新了

为什么用node minifier.js -net=CN --vpn=US | node formatter.js生成的规则中8.8.8.8没有在VPN_gateway中呢?

route 0.0.0.0 0.0.0.0 net_gateway
route 4.0.0.0 252.0.0.0 vpn_gateway
route 28.0.0.0 252.0.0.0 vpn_gateway
route 37.0.0.0 255.0.0.0 vpn_gateway
route 46.0.0.0 254.0.0.0 vpn_gateway
route 60.254.0.0 255.255.0.0 vpn_gateway
route 64.0.0.0 224.0.0.0 vpn_gateway
route 91.232.0.0 255.248.0.0 net_gateway
route 103.246.192.0 255.255.192.0 vpn_gateway
route 108.0.0.0 254.0.0.0 vpn_gateway
route 113.28.0.0 255.254.0.0 vpn_gateway
route 128.0.0.0 248.0.0.0 vpn_gateway
route 141.0.0.0 255.0.0.0 vpn_gateway
route 148.0.0.0 254.0.0.0 vpn_gateway
route 164.0.0.0 254.0.0.0 vpn_gateway
route 167.192.0.0 255.192.0.0 vpn_gateway
route 176.0.0.0 252.0.0.0 vpn_gateway
route 184.0.0.0 248.0.0.0 vpn_gateway
route 192.96.0.0 255.240.0.0 vpn_gateway
route 193.0.0.0 255.0.0.0 vpn_gateway
route 194.0.0.0 254.0.0.0 vpn_gateway
route 200.0.0.0 254.0.0.0 vpn_gateway
route 202.72.96.0 255.255.224.0 vpn_gateway
route 203.144.0.0 255.255.192.0 vpn_gateway
route 203.187.128.0 255.255.224.0 vpn_gateway
route 212.0.0.0 252.0.0.0 vpn_gateway
ashi009 commented 9 years ago

不能重现您的问题,这个条件下输出应该会有100多条。可能是更新失败了,所以规则库不完整?

另外请试试 npm 版本的 bestroutetb

agassiyzh commented 9 years ago

用0.1.2的node版本成功获得,THX