diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-12-28 20:19:17 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-12-28 20:21:06 +0100 |
commit | c2431dd3be94937be5b226cdcf5e1143ec386340 (patch) | |
tree | a32aa5fe0861ee6b36df6a544dbebae1fe0447c6 | |
parent | 2f38aaed698f9ee2855770bf59da0f1c2e1749d1 (diff) | |
download | koszko-org-server-c2431dd3be94937be5b226cdcf5e1143ec386340.tar.gz koszko-org-server-c2431dd3be94937be5b226cdcf5e1143ec386340.zip |
Alias www.happyhacking.pl to happyhacking.pl.
-rw-r--r-- | container.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/container.scm b/container.scm index 5d4989c..fd027fe 100644 --- a/container.scm +++ b/container.scm @@ -869,6 +869,7 @@ exim_path = /run/setuid-programs/exim ;; domain->IP assignments ("@" "" "IN" "A" "188.68.236.76") ("@" "" "IN" "AAAA" "fe80::216:3eff:feb0:4e18") + ("www" "" "IN" "CNAME" "@") ("git" "" "IN" "CNAME" "git.koszko.org.") ("www.git" "" "IN" "CNAME" "git") ;; mail @@ -901,7 +902,7 @@ exim_path = /run/setuid-programs/exim (entries %happyhacking-pl-provisional-zone-entries) (ns "vps-93-95-227-159.1984.is.") (mail "root") - (serial 2023121200))) + (serial 2023122800))) (acl '("allow-axfr-from-1984")) (semantic-checks? #t) (notify '("1984-axfr-remote")))) |