feat: Add dnsmasq_rebind_domains variable
This commit is contained in:
parent
9249043b6d
commit
c744dabb99
@ -5,6 +5,7 @@ dnsmasq_domain: ""
|
||||
dnsmasq_servers: []
|
||||
dnsmasq_rev_servers: []
|
||||
dnsmasq_bogus_priv_enabled: true
|
||||
dnsmasq_rebind_domains: []
|
||||
|
||||
dnsmasq_hosts: []
|
||||
|
||||
|
@ -37,6 +37,11 @@ server={{ server }}
|
||||
rev-server={{ server }}
|
||||
{% endfor %}
|
||||
|
||||
# Définir les exceptions pour lesquelles le rebond est ok
|
||||
{% for server in dnsmasq_rebind_domains %}
|
||||
rebind-domain-ok=/domain/
|
||||
{% endfor %}
|
||||
|
||||
# Bloquer le rebond DNS
|
||||
stop-dns-rebind
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user