From a56e69d53a61d68597a1aa0ea3e3044762f8af02 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 10 Jun 2025 13:01:46 +0100 Subject: remove Knot config, this is now done via catalog zones --- Makefile | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a8a516..1001004 100644 --- a/Makefile +++ b/Makefile @@ -100,37 +100,6 @@ UNBOUND_PROCESS_FLAGS.witch.le-fay.org= -Dtls=yes UNBOUND_PROCESS_FLAGS.turnera.le-fay.org= -Dtls=yes -####################################################################### -# Knot configuration for primary servers. -# - -# Global options. -KNOT_SERVERS?= \ - yarrow.le-fay.org \ - amaranth.le-fay.org \ - fuchsia.eden.le-fay.org - -KNOT_PROCESS_FLAGS= \ - -Dmaster=${MASTER} \ - -Dmaster_addr=${MASTER_ADDR} \ - -Dzones="${ZONES}" - -# Server-specific options. -KNOT_LISTEN.yarrow.le-fay.org= \ - 2a00:1098:6b:100::2@53 \ - 176.126.243.79@53 - -KNOT_LISTEN.amaranth.le-fay.org= \ - 2001:ba8:4015:100::2@53 \ - 185.73.44.74@53 - -KNOT_LISTEN.fuchsia.eden.le-fay.org= \ - 2001:8b0:aab5:4::9@53 \ - 81.187.47.195@53 \ - fd5b:a83:b06b:4::9@53 \ - fd5b:a83:b06b:600::5@53 - - ####################################################################### # The default target doesn't do anything. # @@ -140,14 +109,12 @@ all: @echo " make diff show diff between zone files and online zone" @echo " make update-zones update online zones" @echo " make unbound build and install Unbound configs" - @echo " make knot build and install Knot configs" .PHONY: all # Individual targets add dependencies to clean. clean: .PHONY: clean -.include "Makefile.inc.knot" .include "Makefile.inc.unbound" .include "Makefile.inc.zones" -- cgit v1.2.3