about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-01 15:28:26 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-01 15:28:26 +0200
commitdb05d09bf886be8ee4045af67ee94ab42fa247b0 (patch)
tree6d9d0b9292723164da56b4f162f39b0de8d429cd
parentzones/vhack.eu: Set the SOA name server entry to a real domain (diff)
downloadnixos-server-db05d09bf886be8ee4045af67ee94ab42fa247b0.zip
zones/vhack.eu: Correct specify the SRV targets as fully-qualified
-rw-r--r--zones/vhack.eu/zone.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/zones/vhack.eu/zone.nix b/zones/vhack.eu/zone.nix
index f171da2..aa70e0c 100644
--- a/zones/vhack.eu/zone.nix
+++ b/zones/vhack.eu/zone.nix
@@ -113,7 +113,7 @@ in {
       priority = 0;
       weight = 1;
       port = 993;
-      target = "mail.vhack.eu";
+      target = "mail.vhack.eu.";
     }
     {
       service = "pop3s";
@@ -121,7 +121,7 @@ in {
       priority = 0;
       weight = 1;
       port = 995;
-      target = "mail.vhack.eu";
+      target = "mail.vhack.eu.";
     }
     {
       service = "smtps";
@@ -129,7 +129,7 @@ in {
       priority = 0;
       weight = 1;
       port = 465;
-      target = "mail.vhack.eu";
+      target = "mail.vhack.eu.";
     }
   ];
   # }}}