1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
Ycarus (Yannick Chabanois) 2022-08-07 20:08:50 +02:00
parent b58311efbf
commit e61239f203

View file

@ -8,6 +8,11 @@ if [ "$(uci -q get openmptcprouter.latest_versions)" = "" ]; then
set unbound.@unbound[-1].recursion="aggressive"
set unbound.@unbound[-1].validator='1'
set unbound.@unbound[-1].validator_ntp='1'
del unbound.ub_main.dns64_prefix
del unbound.ub_main.iface_wan
del unbound.ub_main.dhcp4_slaac6
del unbound.ub_main.query_minimize
del unbound.ub_main.query_min_strict
commit unbound
EOF
fi