zones: Make sure all NS pointers are absolute
Build and test / build (push) Successful in 52s
Build and test / test (push) Successful in 19s
Build and test / deploy (push) Successful in 22s

This commit is contained in:
2026-05-13 14:15:21 +02:00
parent 8df76026e1
commit 5dcc9fb49d
4 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ with dns.lib.combinators;
serial = 1970010101; # Placeholder, replaced in deploy step
};
NS = [
"dvask.pvv.ntnu.no"
"ns1.ntnu.no"
"ping.uio.no"
"dvask.pvv.ntnu.no."
"ns1.ntnu.no."
"ping.uio.no."
];
# Note: pvv.no er _"reservert"_ av PVV, ikke legg innslag her
+7 -7
View File
@@ -10,9 +10,9 @@ with dns.lib.combinators;
serial = 1970010101; # Placeholder, replaced in deploy step
};
NS = [
"dvask.pvv.ntnu.no"
"swix.nvg.ntnu.no"
"nn.uninett.no"
"dvask.pvv.ntnu.no."
"swix.nvg.ntnu.no."
"nn.uninett.no."
];
subdomains =
@@ -36,14 +36,14 @@ with dns.lib.combinators;
{
# 129.241.210.0/25 delegated to NVGs NS
"0-127".NS = [
"swix.nvg.ntnu.no"
"nn.uninett.no"
"swix.nvg.ntnu.no."
"nn.uninett.no."
];
# 129.241.210.128/25 delegated to PVVs NS
"128-255".NS = [
"dvask.pvv.ntnu.no"
"nn.uninett.no"
"dvask.pvv.ntnu.no."
"nn.uninett.no."
];
}
// nvgRedirects
+2 -2
View File
@@ -36,8 +36,8 @@ in
serial = 1970010101; # Placeholder, replaced in deploy step
};
NS = [
"dvask.pvv.ntnu.no"
"nn.uninett.no"
"dvask.pvv.ntnu.no."
"nn.uninett.no."
];
subdomains = pvvHostReverseRecords // additionalReverseRecords;
+2 -2
View File
@@ -73,8 +73,8 @@ in
serial = 1970010101; # Placeholder, replaced in deploy step
};
NS = [
"dvask.pvv.ntnu.no"
"nn.uninett.no"
"dvask.pvv.ntnu.no."
"nn.uninett.no."
];
subdomains = pvvHostReverseRecords // additionalReverseRecords;