zones: Set TTL to 3600
All checks were successful
Build and test / build (push) Successful in 1m3s
Build and test / test (push) Successful in 19s
Build and test / deploy (push) Successful in 23s

This commit is contained in:
2026-02-10 00:49:25 +01:00
parent bc8789a5cf
commit 79e02b4884
4 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ in
{
useOrigin = true; # Don't output fully qualified names
TTL = 60 * 60;
SOA = {
nameServer = "dvask.pvv.ntnu.no.";
adminEmail = "drift@pvv.ntnu.no";

View File

@@ -4,6 +4,8 @@ with dns.lib.combinators;
{
useOrigin = true; # Don't output fully qualified names
TTL = 60 * 60;
SOA = {
nameServer = "dvask.pvv.ntnu.no";
adminEmail = "drift@pvv.ntnu.no";

View File

@@ -28,6 +28,8 @@ in
{
useOrigin = true; # Don't output fully qualified names
TTL = 60 * 60;
SOA = {
nameServer = "dvask.pvv.ntnu.no";
adminEmail = "drift@pvv.ntnu.no";

View File

@@ -65,6 +65,8 @@ in
{
useOrigin = true; # Don't output fully qualified names
TTL = 60 * 60;
SOA = {
nameServer = "dvask.pvv.ntnu.no";
adminEmail = "drift@pvv.ntnu.no";