You've already forked role_dnsmasq
							
							fix: Add dnsmasq_rebind_domains variable
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user