aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-12-12 15:47:45 +0100
committerWojtek Kosior <koszko@koszko.org>2023-12-12 15:47:45 +0100
commit2f38aaed698f9ee2855770bf59da0f1c2e1749d1 (patch)
treee26f695bbc67fb148ff6d38848c4c21abaa92cad
parente2bfba9d4f762cfc7a5b2169b81de1aff94e0062 (diff)
downloadkoszko-org-server-2f38aaed698f9ee2855770bf59da0f1c2e1749d1.tar.gz
koszko-org-server-2f38aaed698f9ee2855770bf59da0f1c2e1749d1.zip
Add happyhacking.pl IP address assignments.
-rw-r--r--container.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/container.scm b/container.scm
index 03ad2a2..5d4989c 100644
--- a/container.scm
+++ b/container.scm
@@ -867,6 +867,8 @@ exim_path = /run/setuid-programs/exim
("@" "" "IN" "NS" "ns1.1984hosting.com.")
("@" "" "IN" "NS" "ns2.1984hosting.com.")
;; domain->IP assignments
+ ("@" "" "IN" "A" "188.68.236.76")
+ ("@" "" "IN" "AAAA" "fe80::216:3eff:feb0:4e18")
("git" "" "IN" "CNAME" "git.koszko.org.")
("www.git" "" "IN" "CNAME" "git")
;; mail
@@ -899,7 +901,7 @@ exim_path = /run/setuid-programs/exim
(entries %happyhacking-pl-provisional-zone-entries)
(ns "vps-93-95-227-159.1984.is.")
(mail "root")
- (serial 2023111400)))
+ (serial 2023121200)))
(acl '("allow-axfr-from-1984"))
(semantic-checks? #t)
(notify '("1984-axfr-remote"))))