diff options
author | W. Kosior <koszko@koszko.org> | 2024-04-29 14:10:39 +0200 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-04-29 14:13:10 +0200 |
commit | ce6056c4acd01aa0027041d388cb2735143f3a57 (patch) | |
tree | a6b383e82ce006b7af1d22e34eb4710c43861791 | |
parent | 540a73adeac6a3c2b510f47d7251008d86ea08d4 (diff) | |
download | koszko-org-server-ce6056c4acd01aa0027041d388cb2735143f3a57.tar.gz koszko-org-server-ce6056c4acd01aa0027041d388cb2735143f3a57.zip |
-rw-r--r-- | container.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/container.scm b/container.scm index 95017b7..0f3c9fd 100644 --- a/container.scm +++ b/container.scm @@ -856,6 +856,9 @@ exim_path = /run/setuid-programs/exim ("antioch" "" "IN" "A" "188.68.236.76") ("antioch" "" "IN" "AAAA" "fe80::216:3eff:feb0:4e18") + ("salamina" "" "IN" "A" "188.68.237.248") + ("salamina" "" "IN" "AAAA" "fe80::216:3eff:fee6:bf39") + ("hachettebugs" "" "IN" "CNAME" "antioch") ("www.hachettebugs" "" "IN" "CNAME" "antioch") ("hydrillabugs" "" "IN" "CNAME" "antioch") @@ -921,7 +924,7 @@ exim_path = /run/setuid-programs/exim (entries (make-zone-entries "koszko.org")) (ns "vps-93-95-227-159.1984.is.") (mail "koszko") - (serial 2024042902))) + (serial 2024042903))) (acl '("allow-axfr-from-1984")) (semantic-checks? #t) (notify '("1984-axfr-remote")))) @@ -934,7 +937,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 2024042902))) + (serial 2024042903))) (acl '("allow-axfr-from-1984")) (semantic-checks? #t) (notify '("1984-axfr-remote")))) |