From db05d09bf886be8ee4045af67ee94ab42fa247b0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 1 Apr 2025 15:28:26 +0200 Subject: zones/vhack.eu: Correct specify the SRV targets as fully-qualified --- zones/vhack.eu/zone.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zones') 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."; } ]; # }}} -- cgit 1.4.1