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

Use root server by default, as before. Use software checksum for eth

This commit is contained in:
Ycarus 2018-03-14 17:17:12 +01:00
parent cc844f3b06
commit 67511c83a9
3 changed files with 4 additions and 4 deletions

View file

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