X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/stargazer/scripts/shaper/shaper.stop.sh diff --git a/stargazer/scripts/shaper/shaper.stop.sh b/stargazer/scripts/shaper/shaper.stop.sh new file mode 100755 index 00000000..993a13ab --- /dev/null +++ b/stargazer/scripts/shaper/shaper.stop.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +int_iface=eth1 + +#iptables -t mangle --flush + +tc qdisc del dev $int_iface root handle 1: htb +