1
0
Fork 0
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:
Ycarus 2018-02-25 20:16:23 +01:00
parent 59d729131f
commit c4c52cf33e

View file

@ -2,6 +2,7 @@
uci -q batch <<-EOF >/dev/null
set unbound.@unbound[-1].listen_port=5353
set unbound.@unbound[-1].protocol="ip4_only"
commit unbound
add_list dhcp.@dnsmasq[-1].server="127.0.0.1#5353"
commit dhcp