1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Set unbound recursion as aggressive

This commit is contained in:
Ycarus 2018-05-27 19:36:38 +02:00
parent 2ed65550c9
commit 4a9c039574

View file

@ -5,6 +5,7 @@ if [ "$(uci -q get unbound.@unbound[0].listen_port | grep 5353)" = "" ]; then
set unbound.@unbound[-1].listen_port=5353
set unbound.@unbound[-1].protocol="ip4_only"
set unbound.@unbound[-1].enabled=1
set unbound.@unbound[-1].recursion="aggressive"
commit unbound
EOF
fi