blob: c4f461ac48ae4d44a8e0ae92c6fce5207a8b3e0e (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
uci -q batch <<-EOF
delete firewall.nodogsplash
set firewall.nodogsplash=include
set firewall.nodogsplash.type=script
set firewall.nodogsplash.path=/usr/lib/nodogsplash/restart.sh
commit firewall
EOF
|