aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-10 11:15:14 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-10 11:15:14 +0100
commitbbc8bb08af94cb1182f4d4b493ef5a66c72cee4e (patch)
tree14b354c99f198e7fe8677545717ff45af0ae0916 /Makefile
parent986ed6989ddbb7b28b9e86613de1782c800847d9 (diff)
downloaddns-bbc8bb08af94cb1182f4d4b493ef5a66c72cee4e.tar.gz
dns-bbc8bb08af94cb1182f4d4b493ef5a66c72cee4e.tar.bz2
rename hemlock
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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