fix: Add dnsmasq_rebind_domains variable
This commit is contained in:
parent
c744dabb99
commit
c54305446d
@ -38,8 +38,8 @@ rev-server={{ server }}
|
||||
{% endfor %}
|
||||
|
||||
# Définir les exceptions pour lesquelles le rebond est ok
|
||||
{% for server in dnsmasq_rebind_domains %}
|
||||
rebind-domain-ok=/domain/
|
||||
{% for domain in dnsmasq_rebind_domains %}
|
||||
rebind-domain-ok=/{{ domain }}/
|
||||
{% endfor %}
|
||||
|
||||
# Bloquer le rebond DNS
|
||||
|
Loading…
Reference in New Issue
Block a user