feat(dns01): enable ipv6 for all lab hosts
All checks were successful
lint / check (push) Successful in 23s
All checks were successful
lint / check (push) Successful in 23s
This commit is contained in:
parent
5d424ea217
commit
45f573f917
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue