From 540a73adeac6a3c2b510f47d7251008d86ea08d4 Mon Sep 17 00:00:00 2001 From: "W. Kosior" Date: Mon, 29 Apr 2024 04:06:37 +0200 Subject: Delegate home website to antioch. --- container.scm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'container.scm') diff --git a/container.scm b/container.scm index a26129a..95017b7 100644 --- a/container.scm +++ b/container.scm @@ -867,9 +867,12 @@ exim_path = /run/setuid-programs/exim ("www.sheets" "" "IN" "CNAME" "antioch") ("smtp" "" "IN" "CNAME" "antioch") - ("@" "" "IN" "A" "93.95.227.159") - ("@" "" "IN" "AAAA" "fe80::5054:5dff:fe5f:e39f") - ("*" "" "IN" "CNAME" "@") + ("old" "" "IN" "A" "93.95.227.159") + ("old" "" "IN" "AAAA" "fe80::5054:5dff:fe5f:e39f") + + ("@" "" "IN" "A" "188.68.236.76") + ("@" "" "IN" "AAAA" "fe80::216:3eff:feb0:4e18") + ("*" "" "IN" "CNAME" "old") ;; mail ("@" "" "IN" "MX 10" "smtp.koszko.org.") ;; dmarc @@ -918,7 +921,7 @@ exim_path = /run/setuid-programs/exim (entries (make-zone-entries "koszko.org")) (ns "vps-93-95-227-159.1984.is.") (mail "koszko") - (serial 2024042901))) + (serial 2024042902))) (acl '("allow-axfr-from-1984")) (semantic-checks? #t) (notify '("1984-axfr-remote")))) @@ -931,7 +934,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 2024042901))) + (serial 2024042902))) (acl '("allow-axfr-from-1984")) (semantic-checks? #t) (notify '("1984-axfr-remote")))) -- cgit v1.2.3