From bbc8bb08af94cb1182f4d4b493ef5a66c72cee4e Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 10 Jun 2025 11:15:14 +0100 Subject: rename hemlock --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16a5c6a..7a8a516 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ### Our local master server. -MASTER= hemlock.eden.le-fay.org +MASTER= hemlock.le-fay.org MASTER_ADDR!= getaddrinfo -f inet6 -p tcp -t stream ${MASTER} \ | awk '{ print $$4 }' @@ -77,7 +77,7 @@ LFNETWORKS= \ # All servers which run Unbound. UNBOUND_SERVERS?= \ - hemlock.eden.le-fay.org \ + hemlock.le-fay.org \ fuchsia.eden.le-fay.org \ yarrow.le-fay.org \ amaranth.le-fay.org \ @@ -92,7 +92,7 @@ UNBOUND_FORWARDERS?= \ # -Dforwarder means this server forwards queries to ${UNBOUND_FORWARDERS}. # -Dnolocal means this server doesn't have a copy of our local zones. # -UNBOUND_PROCESS_FLAGS.hemlock.eden.le-fay.org= -Dnolocal=yes -Dforwarder=yes +UNBOUND_PROCESS_FLAGS.hemlock.le-fay.org= -Dnolocal=yes -Dforwarder=yes UNBOUND_PROCESS_FLAGS.fuchsia.eden.le-fay.org= -Dnolocal=yes -Dforwarder=yes UNBOUND_PROCESS_FLAGS.amaranth.le-fay.org= -Dnolocal=yes UNBOUND_PROCESS_FLAGS.yarrow.le-fay.org= -Dnolocal=yes -- cgit v1.2.3