aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2024-01-11 19:50:55 +0100
committerWojtek Kosior <koszko@koszko.org>2024-01-11 19:50:55 +0100
commit37945b2e13cc1ed02a2fe7b0a2cc5a1145e48db6 (patch)
tree148e7e3686724e31f0454c2c7f3d8247da7ffa2e
parent4a177bf5e6304349fcfbbd63d13b473c597428da (diff)
downloadkoszko-org-server-37945b2e13cc1ed02a2fe7b0a2cc5a1145e48db6.tar.gz
koszko-org-server-37945b2e13cc1ed02a2fe7b0a2cc5a1145e48db6.zip
Don't handle happyhacking.pl in knot anymore.
-rw-r--r--container.scm16
1 files 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")