]> mj.ucw.cz Git - nsc-5.git/blobdiff - cf.dist/blackhole
Commented on the use of -DHASHING
[nsc-5.git] / cf.dist / blackhole
index 521c51d87134a272952c87a61362de27bf08c215..8f303889911a7f26a2bd51e41e385104d9c54377 100644 (file)
@@ -1,7 +1,13 @@
-divert(0)dnl
 ; Recommended contents of blackhole zones as per RFC 6303
 ; However, we need to set the NS record to our address,
 ; since otherwise BIND complains.
 
 ; Recommended contents of blackhole zones as per RFC 6303
 ; However, we need to set the NS record to our address,
 ; since otherwise BIND complains.
 
-@ 10800 IN SOA NSNAME nobody.invalid. 1 3600 1200 604800 10800
-@ 10800 IN NS NSNAME
+define(`DISABLE_LOCALHOST', 1)
+define(`MAINTNAME', `nobody.invalid.')
+define(`REFRESH', 3600)
+define(`RETRY', 1200)
+define(`EXPIRE', 604800)
+define(`MINTTL', 10800)
+
+SOA(@)
+NS(NSNAME)