mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Increase maximum number of concurrent DNS queries for dnsmasq
This commit is contained in:
parent
3362c5231e
commit
5217b2629a
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@ if [ "$(uci -q get dhcp.@dnsmasq[0].rebind_domain)" = "" ]; then
|
|||
commit dhcp
|
||||
EOF
|
||||
fi
|
||||
if [ "$(uci -q get dhcp.@dnsmasq[0].dnsforwardmax)" = "" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set dhcp.@dnsmasq[-1].dnsforwardmax='1500'
|
||||
commit dhcp
|
||||
EOF
|
||||
fi
|
||||
if [ "$(uci -q get dhcp.lan.dhcp_options)" = "" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
uci add_list dhcp.lan.dhcp_option='252,"\n"'
|
||||
|
|
Loading…
Reference in a new issue