feat(dns01): setup NS address
This commit is contained in:
parent
3e39ba8862
commit
e7ed143c7b
1 changed files with 3 additions and 5 deletions
|
@ -7,7 +7,7 @@ in
|
|||
with dns.lib.combinators;
|
||||
{
|
||||
SOA = {
|
||||
nameServer = "ns01.lab.dgnum.eu";
|
||||
nameServer = "dns01.lab.dgnum.eu";
|
||||
adminEmail = "dns@dgnum.eu";
|
||||
serial = 2019030800;
|
||||
retry = 3600;
|
||||
|
@ -15,8 +15,7 @@ with dns.lib.combinators;
|
|||
};
|
||||
|
||||
NS = [
|
||||
"ns01.lab.dgnum.eu."
|
||||
"ns02.lab.dgnum.eu."
|
||||
"dns01.lab.dgnum.eu."
|
||||
];
|
||||
|
||||
#A = [ "203.0.113.1" ];
|
||||
|
@ -29,8 +28,7 @@ with dns.lib.combinators;
|
|||
immich = host "129.199.146.101" null;
|
||||
|
||||
# Nameservers
|
||||
# TODO: fill this in
|
||||
#ns01 = host "" null;
|
||||
dns01 = host "45.13.104.26" "2a0e:e701:1120:1000:ffff::45.13.104.26";
|
||||
|
||||
# *.infra.beta.dgnum.eu
|
||||
infra = {
|
||||
|
|
Loading…
Reference in a new issue