Created
April 28, 2011 23:19
-
-
Save fritz0705/947551 to your computer and use it in GitHub Desktop.
iproute2 rules to block facebook access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rule add table 150 | |
| route add prohibit 74.119.76.0/22 table 150 | |
| route add prohibit 204.15.20.0/22 table 150 | |
| route add prohibit 66.220.144.0/20 table 150 | |
| route add prohibit 69.63.176.0/20 table 150 | |
| route add prohibit 69.171.224.0/19 table 150 | |
| route add prohibit 173.252.64.0/18 table 150 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment