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:
parent
2ed65550c9
commit
4a9c039574
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue