/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ipfw pipe 1 config bw 128kbit/s ipfw pipe 2 config bw 512kbit/s ipfw add pipe 2 src-port 80 src-ip 127.0.0.1 ipfw add pipe 1 dst-port 80 dst-ip 127.0.0.1