4 lines
142 B
Plaintext
Executable File
4 lines
142 B
Plaintext
Executable File
[ "$1" == "bound" ] || exit 0
|
|
iptables -t mangle -S mwan3_hook && exit 0
|
|
[ "$(uci -q get mwan3.$INTERFACE)" == "interface" ] && mwan3 restart
|