From 2f38aaed698f9ee2855770bf59da0f1c2e1749d1 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 12 Dec 2023 15:47:45 +0100 Subject: Add happyhacking.pl IP address assignments. --- container.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")))) -- cgit v1.2.3