mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Only use IPv4 for DNS
This commit is contained in:
parent
59d729131f
commit
c4c52cf33e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
set unbound.@unbound[-1].listen_port=5353
|
set unbound.@unbound[-1].listen_port=5353
|
||||||
|
set unbound.@unbound[-1].protocol="ip4_only"
|
||||||
commit unbound
|
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
|
commit dhcp
|
||||||
|
|
Loading…
Reference in a new issue