1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-09-12 16:43:36 +02:00
parent 3362c5231e
commit 5217b2629a

View file

@ -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"'