feat(dns01): enable ipv6 for all lab hosts
All checks were successful
lint / check (push) Successful in 23s

This commit is contained in:
Constantin Gierczak--Galle 2024-12-06 14:43:40 +01:00
parent 5d424ea217
commit 45f573f917
No known key found for this signature in database

View file

@ -41,12 +41,11 @@ with dns.lib.combinators;
with meta.network.${host}.addresses;
{
A = ipv4;
# FIXME: Enable ipv6 in all VM nodes
AAAA = ipv6;
#AAAA = ipv6;
subdomains = {
v4.A = ipv4;
#v6.AAAA = ipv6;
v6.AAAA = ipv6;
};
}
)