X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=cf.dist%2Fblackhole;h=8f303889911a7f26a2bd51e41e385104d9c54377;hb=8ee88613458f9f6249e03d6dfdd2c79e549ffd81;hp=696b7b075fef66cac517e71ccc7349b31a42dcd3;hpb=1b15e407eb24041f05bea8d556ea4385113dc427;p=nsc-5.git diff --git a/cf.dist/blackhole b/cf.dist/blackhole index 696b7b0..8f30388 100644 --- a/cf.dist/blackhole +++ b/cf.dist/blackhole @@ -1,8 +1,13 @@ -define(`DISABLE_LOCALHOST', 1) -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. -`@ 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)