From 814df1b48e653d2cab918a6e7316a6c0e61a7393 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 12 Apr 2024 10:35:35 +0200 Subject: Point ctftilde domain to loclhost's addresses. --- container.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'container.scm') diff --git a/container.scm b/container.scm index cbdbaf1..22eada4 100644 --- a/container.scm +++ b/container.scm @@ -849,6 +849,9 @@ exim_path = /run/setuid-programs/exim ("@" "" "IN" "NS" "ns1.1984hosting.com.") ("@" "" "IN" "NS" "ns2.1984hosting.com.") ;; domain->IP assignments + ("*.ctftilde" "" "IN" "CNAME" "ctftilde") + ("ctftilde" "" "IN" "A" "127.0.0.1") + ("ctftilde" "" "IN" "AAAA" "::1") ("@" "" "IN" "A" "93.95.227.159") ("@" "" "IN" "AAAA" "fe80::5054:5dff:fe5f:e39f") ("*" "" "IN" "CNAME" "@") @@ -882,7 +885,7 @@ exim_path = /run/setuid-programs/exim (entries (make-zone-entries "koszko.org")) (ns "vps-93-95-227-159.1984.is.") (mail "koszko") - (serial 2023090200))) + (serial 2024041200))) (acl '("allow-axfr-from-1984")) (semantic-checks? #t) (notify '("1984-axfr-remote")))) -- cgit v1.2.3