]> mj.ucw.cz Git - nsc-5.git/blobdiff - cf.dist/domains
Removed ROOTHINT()
[nsc-5.git] / cf.dist / domains
index b8974700087ca933c3e285a46892cd2e074a1041..0cd2dccd443b309fefe905a85e6fafa57cb91ff0 100644 (file)
@@ -1,8 +1,5 @@
 ; An example domain table for the NSC
 
-; Hints how to find root servers
-ROOTHINT()
-
 ; Various mandatory things required by RFC 1912, section 4.1
 PRIMARY(localhost)
 REVERSE(127.0.0, localhost)
@@ -31,7 +28,10 @@ BLACKHOLE(REV(192.168))
 
 ; A pretty normal example domain (we act as a primary nameserver for it)
 
+DNSSEC(`
 PRIMARY(example.com)
+DSFOR(a.example.com)
+')
 
 ; It also has a couple of sub-domains and one of them resides on another server
 
@@ -52,8 +52,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(`
 REVERSE(10.0.0, example.com, a.example.com)
 REVERSE(10.1.0, example.com, a.example.com, ip6.example.com)
+')
 
 ; You can even have reverse zones for larger networks