diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -31,20 +31,9 @@ NS_ADDRS!= set -o pipefail; \ getent hosts ${NAMESERVERS} | awk '{print $$1}' -### The DN42 master server. -DN42_MASTER= fd42:4242:2601:ac53::1 - - # The zones we serve; fetch this list from the catalog zone. ZONES!= bin/get_catalog "catalog.invalid" "${MASTER}" -# These zones are used for DN42. -DN42_ZONES= \ - dn42 \ - d.f.ip6.arpa \ - 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa \ - 23.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 |
