X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=cf.dist%2Fdomains;h=f222df9d170868f7c51895d17d11492fe7863947;hb=d387336d3f394e7f4b93a19228b9a27278bf063f;hp=02692516fbd5b90f3b7ff30c157bad83ba818977;hpb=df3c448d6cd11b9131e73afb8a42dfb77f0f1250;p=nsc-5.git diff --git a/cf.dist/domains b/cf.dist/domains index 0269251..f222df9 100644 --- a/cf.dist/domains +++ b/cf.dist/domains @@ -15,6 +15,17 @@ PRIMARY(example.com) PRIMARY(a.example.com) SECONDARY(b.example.com, 10.0.0.1) +; Yet another subdomain residing on another server, but this time with +; access restricted to the internal network. The closing quote after the +; options has to be on a separate line, because semicolon is a comment character. + +ZONE_OPTIONS(`allow-query { 127.0.0.0/8; 10.0.0.0/8; }; + allow-recursion { 127.0.0.0/8; 10.0.0.0/8; }; + allow-transfer { 127.0.0.0/8; 10.0.0.0/8; }; +') +SECONDARY(priv.example.com, 10.10.10.1) +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.