luci/modules/niu/root/etc/uci-defaults/luci-niu-firstrun
Steven Barth 2176dae3a0 NIU:
+PortFw
+QoS
Reorganize Network
2009-11-16 16:58:48 +00:00

7 lines
No EOL
178 B
Bash

#!/bin/sh
# Disable some services by default
uci get luci.main._niuinit && exit 0
uci set qos.wan.enabled=0
uci set upnpd.config.external_iface=none
uci set luci.main._niuinit=1