Last active
September 12, 2017 13:44
-
-
Save hectormethod/a50892077149fe207717c80fb4ee426c to your computer and use it in GitHub Desktop.
[add ip block for faster youtube] #bash
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
sudo ipfw add reject src-ip 173.194.55.0/24 in | |
sudo ipfw add reject src-ip 206.111.0.0/16 in | |
sudo ipfw list | |
sudo ipfw delete <some entry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment