mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix dns
This commit is contained in:
parent
2995a4d982
commit
9166d974c1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
uci -q batch <<-EOF >/dev/null
|
||||
set unbound.@unbound[-1].listen_port=5353
|
||||
commit unbound
|
||||
add_list dhcp.@dnsmasq[-1].server=127.0.0.1#5353
|
||||
add_list dhcp.@dnsmasq[-1].server="127.0.0.1#5353"
|
||||
commit dhcp
|
||||
EOF
|
||||
rm -f /tmp/luci-indexcache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue