tiancheng91 / collection

笔记
https://github.com/tiancheng91/collection/issues
21 stars 1 forks source link

google range #18

Open tiancheng91 opened 5 years ago

tiancheng91 commented 5 years ago
iptables -t nat -A OUTPUT -p tcp -d  35.190.247.0/24 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  64.233.160.0/19 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  66.102.0.0/20 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  66.249.80.0/20 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  72.14.192.0/18 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  74.125.0.0/16 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  108.177.8.0/21 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  173.194.0.0/16 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  209.85.128.0/17 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  216.58.192.0/19 -j DNAT --to-destination 127.0.0.1:18080
iptables -t nat -A OUTPUT -p tcp -d  216.239.32.0/19 -j DNAT --to-destination 127.0.0.1:18080