X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cf.dist%2Fdomains;h=4ec0d214bfc19694a43d8dbd608a7c9a885def92;hb=a6c138336902d80b2c29f5a8f889c2535aef8f20;hp=d9ac601771178fc3ededbaf98f5999a7385115ec;hpb=01d87a6fdf13de165ec6b2bfc48827e4ee5f60a4;p=nsc-5.git diff --git a/cf.dist/domains b/cf.dist/domains index d9ac601..4ec0d21 100644 --- a/cf.dist/domains +++ b/cf.dist/domains @@ -1,7 +1,7 @@ ; An example domain table for the NSC -; Hints how to find root servers -ROOTHINT() +; If you do not want to use DNSSEC, please remove the lines +; commented with "; DNSSEC". ; Various mandatory things required by RFC 1912, section 4.1 PRIMARY(localhost) @@ -31,10 +31,10 @@ BLACKHOLE(REV(192.168)) ; A pretty normal example domain (we act as a primary nameserver for it) -DNSSEC(` +DNSSEC(` ; DNSSEC PRIMARY(example.com) -DSFOR(a.example.com) -') +DSFOR(a.example.com) ; DNSSEC +') ; DNSSEC ; It also has a couple of sub-domains and one of them resides on another server @@ -55,10 +55,10 @@ ZONE_OPTIONS() ; Here are reverse delegations for two networks. NSC automatically creates ; the PTR records from A records in all mentioned zones. See cf/{0,1}.0.10. -DNSSEC(` +DNSSEC(` ; DNSSEC REVERSE(10.0.0, example.com, a.example.com) REVERSE(10.1.0, example.com, a.example.com, ip6.example.com) -') +') ; DNSSEC ; You can even have reverse zones for larger networks