From f9205d8e0013a2f0f9898a5a39a9c483ee290a85 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 8 Oct 2023 10:21:19 -0700 Subject: [PATCH] Add www.selby.ca --- zones/selby.ca.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/zones/selby.ca.nix b/zones/selby.ca.nix index d768abe..f2157d2 100644 --- a/zones/selby.ca.nix +++ b/zones/selby.ca.nix @@ -7,6 +7,9 @@ pop = "mail.fudo.org."; smtp = "mail.fudo.org."; webmail = "webmail.fudo.org."; + w = "www.selby.ca."; + ww = "www.selby.ca."; + www = "germany.fudo.org."; }; verbatim-dns-records = ['' @@ -19,19 +22,12 @@ srv-records.tcp = { http = [{ - host = "forum.selby.ca"; + host = "germany.selby.ca"; port = 80; }]; https = [{ - host = "forum.selby.ca"; + host = "germany.selby.ca"; port = 443; }]; }; - - subdomains = { - test.aliases = { - # forum = "nutboy3.fudo.org."; - webmail = "france.fudo.org."; - }; - }; }