unbloat geokunis2 dns
This commit is contained in:
parent
fcf6864b77
commit
d4301bf7cd
1 changed files with 4 additions and 22 deletions
|
@ -18,30 +18,12 @@ with dns.lib.combinators;
|
|||
MX = [ (mx.mx 10 "mail.geokunis2.nl.") ];
|
||||
|
||||
A = [ publicIpv4 ];
|
||||
AAAA = [ "2a0d:6e00:1a77:30:b62e:99ff:fe77:1bda" ];
|
||||
CAA = letsEncrypt "caa@geokunis2.nl";
|
||||
|
||||
subdomains = {
|
||||
mail.A = [ publicIpv4 ];
|
||||
wg4.A = [ publicIpv4 ];
|
||||
wg6.AAAA = [ "2a0d:6e00:1a77::1" ];
|
||||
tuindersweijde.A = [ publicIpv4 ];
|
||||
inbucket.A = [ publicIpv4 ];
|
||||
kms.A = [ publicIpv4 ];
|
||||
|
||||
wg = {
|
||||
A = [ publicIpv4 ];
|
||||
AAAA = [ "2a0d:6e00:1a77::1" ];
|
||||
};
|
||||
|
||||
ns = {
|
||||
A = [ publicIpv4 ];
|
||||
AAAA = [ "2a0d:6e00:1a77:30:c8fe:c0ff:feff:ee07" ];
|
||||
};
|
||||
|
||||
cyberchef = {
|
||||
A = [ publicIpv4 ];
|
||||
AAAA = [ "2a0d:6e00:1a77:30:c8fe:c0ff:feff:ee03" ];
|
||||
};
|
||||
ns.A = [ publicIpv4 ];
|
||||
ns1.A = [ publicIpv4 ];
|
||||
ns2.A = [ publicIpv4 ];
|
||||
"*".A = [ publicIpv4 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue