1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Force use of OMR DNS

This commit is contained in:
Ycarus 2018-11-16 15:02:24 +01:00
parent bd73e52a3e
commit aaf3409b58

View file

@ -16,6 +16,7 @@ if [ "$(uci -q show dhcp | grep 127.0.0.1#5353)" = "" ]; then
EOF EOF
fi fi
uci -q batch <<-EOF >/dev/null uci -q batch <<-EOF >/dev/null
set dhcp.@dnsmasq[-1].noresolv=1
del dhcp.@dnsmasq[-1].interface del dhcp.@dnsmasq[-1].interface
commit dhcp commit dhcp
EOF EOF