feat(dns01): init DNS config #9

Merged
cst1 merged 14 commits from beta_dns_config into main 2024-12-07 12:53:31 +01:00
Showing only changes of commit 45f573f917 - Show all commits

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;
};
}
)