Skip to content

Instantly share code, notes, and snippets.

@hectormethod
Last active September 12, 2017 13:44
Show Gist options
  • Save hectormethod/a50892077149fe207717c80fb4ee426c to your computer and use it in GitHub Desktop.
Save hectormethod/a50892077149fe207717c80fb4ee426c to your computer and use it in GitHub Desktop.
[add ip block for faster youtube] #bash
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