🚑️: cannot have IPv6 on DNSBelgium according to OVH
This commit is contained in:
@@ -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 }}.
|
||||
|
Reference in New Issue
Block a user