remove ipv6 addreses
This commit is contained in:
parent
33b3786f98
commit
ef7b1bd189
1 changed files with 1 additions and 13 deletions
|
@ -26,24 +26,12 @@ in
|
|||
];
|
||||
|
||||
subdomains = rec {
|
||||
"*" = host cfg.public.ipv4.router cfg.dmz.ipv6.dockerSwarm;
|
||||
"*".A = [ cfg.public.ipv4.router ];
|
||||
|
||||
ns = host cfg.public.ipv4.router cfg.dmz.ipv6.services;
|
||||
ns1 = ns;
|
||||
ns2 = ns;
|
||||
|
||||
# Override because we don't support IPv6 for Git SSH.
|
||||
git = {
|
||||
A = [ cfg.public.ipv4.router ];
|
||||
AAAA = [ ];
|
||||
};
|
||||
|
||||
# Override because we don't support IPv6 for KMS.
|
||||
kms = {
|
||||
A = [ cfg.public.ipv4.router ];
|
||||
AAAA = [ ];
|
||||
};
|
||||
|
||||
# Override because wg is on opnsense so ipv6 differs from "cfg.dmz.ipv6.services"
|
||||
wg = host cfg.public.ipv4.router cfg.dmz.ipv6.router;
|
||||
|
||||
|
|
Loading…
Reference in a new issue