aboutsummaryrefslogtreecommitdiff
path: root/container.scm
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2024-04-28 16:03:10 +0200
committerWojtek Kosior <koszko@koszko.org>2024-04-28 16:03:10 +0200
commitcb1114729ac01f152276fbae3f7e8a3f52eb04e5 (patch)
treed0f41372055d114a6e9535c803abf0bff59cb398 /container.scm
parent834ee0188536b720da8450b00c62d6a1fb442979 (diff)
downloadkoszko-org-server-cb1114729ac01f152276fbae3f7e8a3f52eb04e5.tar.gz
koszko-org-server-cb1114729ac01f152276fbae3f7e8a3f52eb04e5.zip
Delegate Hydrillabugs website to antioch.
Diffstat (limited to 'container.scm')
-rw-r--r--container.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/container.scm b/container.scm
index ad89cb4..6800876 100644
--- a/container.scm
+++ b/container.scm
@@ -855,8 +855,13 @@ exim_path = /run/setuid-programs/exim
("antioch" "" "IN" "A" "188.68.236.76")
("antioch" "" "IN" "AAAA" "fe80::216:3eff:feb0:4e18")
+
("smtp" "" "IN" "CNAME" "antioch")
("imap" "" "IN" "CNAME" "antioch")
+ ("hydrillabugs" "" "IN" "CNAME" "antioch")
+ ("www.hydrillabugs" "" "IN" "CNAME" "antioch")
+ ("hachettebugs" "" "IN" "CNAME" "antioch")
+ ("www.hachettebugs" "" "IN" "CNAME" "antioch")
("@" "" "IN" "A" "93.95.227.159")
("@" "" "IN" "AAAA" "fe80::5054:5dff:fe5f:e39f")
@@ -909,7 +914,7 @@ exim_path = /run/setuid-programs/exim
(entries (make-zone-entries "koszko.org"))
(ns "vps-93-95-227-159.1984.is.")
(mail "koszko")
- (serial 2024042700)))
+ (serial 2024042800)))
(acl '("allow-axfr-from-1984"))
(semantic-checks? #t)
(notify '("1984-axfr-remote"))))
@@ -922,7 +927,7 @@ exim_path = /run/setuid-programs/exim
(entries (make-zone-entries "koszkonutek-tmp.pl.eu.org"))
(ns "vps-93-95-227-159.1984.is.")
(mail "wk")
- (serial 2024042700)))
+ (serial 2024042800)))
(acl '("allow-axfr-from-1984"))
(semantic-checks? #t)
(notify '("1984-axfr-remote"))))