From 37945b2e13cc1ed02a2fe7b0a2cc5a1145e48db6 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 11 Jan 2024 19:50:55 +0100 Subject: Don't handle happyhacking.pl in knot anymore. --- container.scm | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/container.scm b/container.scm index 2a5af3b..135dde6 100644 --- a/container.scm +++ b/container.scm @@ -856,14 +856,6 @@ exim_path = /run/setuid-programs/exim (semantic-checks? #t) (notify '("1984-axfr-remote")))) -(define %happyhacking-pl-zone-configuration - (knot-zone-configuration - (domain "happyhacking.pl") - (master (list "happyhacking-master")) - (acl '("allow-axfr-from-1984")) - (semantic-checks? #t) - (notify '("1984-axfr-remote")))) - (define knot-configuration-knot (@@ (gnu services dns) knot-configuration-knot)) @@ -918,13 +910,9 @@ log: (action '(transfer))))) (remotes (list (knot-remote-configuration (id "1984-axfr-remote") - (address '("93.95.224.6"))) - (knot-remote-configuration - (id "happyhacking-master") - (address '("188.68.236.76"))))) + (address '("93.95.224.6"))))) (zones (list %koszko-org-zone-configuration - %koszkonutek-tmp.pl.eu.org-zone-configuration - %happyhacking-pl-zone-configuration))))) + %koszkonutek-tmp.pl.eu.org-zone-configuration))))) (operating-system (host-name "koszko") -- cgit v1.2.3