Skip to content

Instantly share code, notes, and snippets.

@altmas5
Created August 13, 2012 02:27
Show Gist options
  • Save altmas5/3336492 to your computer and use it in GitHub Desktop.
Save altmas5/3336492 to your computer and use it in GitHub Desktop.
set facebook networks routes to localhost
#!/usr/bin/sh
route add -net 69.63.176.0 netmask 255.255.240.0 gw 127.0.0.1;
route add -net 66.220.144.0 netmask 255.255.240.0 gw 127.0.0.1;
route add -net 66.220.144.0 netmask 255.255.248.0 gw 127.0.0.1;
route add -net 66.220.152.0 netmask 255.255.248.0 gw 127.0.0.1;
route add -net 66.220.159.0 netmask 255.255.255.0 gw 127.0.0.1;
route add -net 69.28.179.0 netmask 255.255.255.0 gw 127.0.0.1;
route add -net 69.63.176.0 netmask 255.255.248.0 gw 127.0.0.1;
route add -net 69.63.184.0 netmask 255.255.248.0 gw 127.0.0.1;
route add -net 69.171.224.0 netmask 255.255.224.0 gw 127.0.0.1;
route add -net 74.119.76.0 netmask 255.255.252.0 gw 127.0.0.1;
route add -net 204.15.20.0 netmask 255.255.252.0 gw 127.0.0.1;
route -n;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment