Skip to content

Instantly share code, notes, and snippets.

@maddox
Created August 23, 2008 01:46
Show Gist options
  • Save maddox/6886 to your computer and use it in GitHub Desktop.
Save maddox/6886 to your computer and use it in GitHub Desktop.
/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
/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