Created
August 1, 2014 20:39
-
-
Save heme/0226e99a1966cee8b064 to your computer and use it in GitHub Desktop.
Firewall Freedom thru WiFi (clean up)
This file contains 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
@ECHO OFF | |
REM twitter.com | |
ROUTE DELETE 199.16.156.0 | |
REM twimg.com | |
ROUTE DELETE 210.163.219.24 | |
REM pbs.twimg.com | |
REM si0.twimg.com | |
REM widgets.twimg.com | |
REM o.twimg.com | |
REM abs.twimg.com | |
ROUTE DELETE 93.184.216.146 | |
REM *.twimg.com | |
ROUTE DELETE 199.96.57.7 | |
REM syndication.twimg.com | |
ROUTE DELETE 199.16.156.201 | |
REM flikr | |
ROUTE DELETE 74.6.50.150 | |
ROUTE DELETE 77.238.184.150 | |
ROUTE PRINT | |
REM exit /b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment