Created
August 23, 2008 01:46
-
-
Save maddox/6886 to your computer and use it in GitHub Desktop.
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
/sbin/ipfw add 100 pipe 1 ip from any 80 to any out | |
/sbin/ipfw add 200 pipe 2 ip from any 80 to any in | |
/sbin/ipfw pipe 1 config bw 64Kbit/s queue 64Kbytes delay 250ms | |
/sbin/ipfw pipe 2 config bw 64Kbit/s queue 64Kbytes delay 250ms | |
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
/sbin/ipfw delete 100 | |
/sbin/ipfw delete 200 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment