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