added kms.kun.is to dns config (without ipv6)
This commit is contained in:
parent
bf93921109
commit
14aca80ff6
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ in
|
||||||
git = {
|
git = {
|
||||||
A = [ publicIPv4 ];
|
A = [ publicIPv4 ];
|
||||||
AAAA = [ ];
|
AAAA = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Override because we don't support IPv6 for KMS.
|
||||||
|
kms = {
|
||||||
|
A = [ publicIPv4 ];
|
||||||
|
AAAA = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue