mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
For upnp disable
This commit is contained in:
parent
ba9e0f663b
commit
20b12a83bd
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
if [ "$(uci -q get upnpd.config.external_ifac)" != "omrvpn" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set upnpd.config.external_iface=omrvpn
|
||||
set upnpd.config.enabled='0'
|
||||
commit upnpd
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue