mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix dns
This commit is contained in:
parent
c8be607e09
commit
b537af7de9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if [ "$(uci -q get openmptcprouter.latest_versions)" = "" ]; then
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$(uci -q show dhcp | grep 'use-application-dns.net'" = "" ]; then
|
if [ "$(uci -q show dhcp | grep 'use-application-dns.net')" = "" ]; then
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
add_list dhcp.@dnsmasq[-1].server="/use-application-dns.net/"
|
add_list dhcp.@dnsmasq[-1].server="/use-application-dns.net/"
|
||||||
commit dhcp
|
commit dhcp
|
||||||
|
|
Loading…
Reference in a new issue