Skip to content
Snippets Groups Projects
Commit 40f419ca authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #922 from holser/dnsmasq_dns-forward-max

Allow to specify number of concurrent DNS queries
parents 5420fa94 61d05dea
Branches
Tags
No related merge requests found
......@@ -11,6 +11,9 @@
#nameservers:
# - 127.0.0.1
dns_forward_max: 150
cache_size: 1000
# Versions
dnsmasq_version: 2.72
......
......@@ -27,7 +27,8 @@ log-queries
{% endif %}
bogus-priv
no-negcache
cache-size=1000
cache-size={{ cache_size }}
dns-forward-max={{ dns_forward_max }}
max-cache-ttl=10
max-ttl=20
log-facility=-
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment