X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=cf.dist%2Fblackhole;h=8f303889911a7f26a2bd51e41e385104d9c54377;hb=5405171d93f6454b77c921c7564dc39fb9860919;hp=e410064223d6eeb942f4025c159862574728c637;hpb=0f28cfaa52b633c4a0217345731973565b6ea897;p=nsc-5.git diff --git a/cf.dist/blackhole b/cf.dist/blackhole index e410064..8f30388 100644 --- a/cf.dist/blackhole +++ b/cf.dist/blackhole @@ -1,4 +1,13 @@ ; 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 @ nobody.invalid. 1 3600 1200 604800 10800 -@ 10800 IN NS @ +define(`DISABLE_LOCALHOST', 1) +define(`MAINTNAME', `nobody.invalid.') +define(`REFRESH', 3600) +define(`RETRY', 1200) +define(`EXPIRE', 604800) +define(`MINTTL', 10800) + +SOA(@) +NS(NSNAME)