From 443f2cc2d8bfeeb891c214ee7d2598cce92d7fe0 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 24 Jul 2024 12:01:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F:=20cannot=20have=20IPv6?= =?UTF-8?q?=20on=20DNSBelgium=20according=20to=20OVH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nsd/templates/zones/mateu.be.zone.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/nsd/templates/zones/mateu.be.zone.j2 b/roles/nsd/templates/zones/mateu.be.zone.j2 index c399dde..0428ed1 100644 --- a/roles/nsd/templates/zones/mateu.be.zone.j2 +++ b/roles/nsd/templates/zones/mateu.be.zone.j2 @@ -8,9 +8,7 @@ $TTL 86400 ) {% for server in groups['nsdservers'] %} -{% for ip_family in ['v4', 'v6'] %} -@ IN NS {{ server | regex_replace('^([a-z0-9-]+)\\.', '\\1-' ~ ip_family ~ '.') }}. -{% endfor %} +@ IN NS {{ server | regex_replace('^([a-z0-9-]+)\\.', '\\1-v4.') }}. {% endfor %} $ORIGIN {{ item.name }}.