diff options
| -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"))))  | 
