From 3e4469bb298749487c87dd4d40bcc6c4eaf1c9a0 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 10 Jun 2025 14:28:28 +0100 Subject: always make 18.198.in-addr.arpa insecure --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80a74ee..272ca4c 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,10 @@ DN42_ZONES= \ 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa \ 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa +# These zones are always insecure, because they don't exist on the Internet. +INSECURE_ZONES= \ + 18.198.in-addr.arpa + # Our local networks. # TODO: Generate these from LDAP. LFNETWORKS= \ -- cgit v1.2.3