Created
September 9, 2011 06:21
-
-
Save jcoene/1205601 to your computer and use it in GitHub Desktop.
Why would Steve do this to me?
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 pipe 1 config bw 80KByte/s | |
sudo ipfw add 1 pipe 1 dst-ip 72.21.0.0/16 dst-port 443 | |
sudo ipfw add 2 pipe 1 dst-ip 17.152.0.0/16 dst-port 443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment