From 08bb2e1d9ff915550f6148c2a5cb0e35dcc2c809 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 11 Jan 2022 14:12:01 -0800 Subject: [PATCH] SRV records don't need a trailing dot. --- zones/selby.ca.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zones/selby.ca.nix b/zones/selby.ca.nix index 95f7a4a..d42d74e 100644 --- a/zones/selby.ca.nix +++ b/zones/selby.ca.nix @@ -19,11 +19,11 @@ srv-records.tcp = { http = [{ - host = "forum.selby.ca."; + host = "forum.selby.ca"; port = 80; }]; https = [{ - host = "forum.selby.ca."; + host = "forum.selby.ca"; port = 443; }]; };