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 %}
 | 
					{% 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user