From c54305446d3ce9254239ad470401bca4e45e5096 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Tue, 7 May 2024 02:26:07 +0200 Subject: [PATCH] fix: Add dnsmasq_rebind_domains variable --- templates/dnsmasq.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/dnsmasq.conf.j2 b/templates/dnsmasq.conf.j2 index eb3f8e5..c5f8d0c 100644 --- a/templates/dnsmasq.conf.j2 +++ b/templates/dnsmasq.conf.j2 @@ -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