]> mj.ucw.cz Git - nsc-5.git/blob - cf.dist/0.1.10
Added examples.
[nsc-5.git] / cf.dist / 0.1.10
1 ; Domain configuration file for 1.0.10.in-addr.arpa
2
3 ; The beginning is the same as in cf/0.1.10
4 SOA(REV(10.1.0))
5 NS(ns1.example.com, ns2.example.com)
6
7 ; A manually specified `PTR' record
8
9 PTR(42, answer.universe.net)
10
11 ; The range 128-255 is delegated to another server using the syntax
12 ; specified in RFC 2317. The `REVBLOCK' macro generates the subdomain
13 ; and also all required `CNAME' records, but we need to specify the
14 ; name servers for the subdomain explicitly. (`REVBLOCK' behaves like
15 ; a `D' wrt. additional records.)
16
17 ; The first parameter is the name of the subdomain, the other two specify
18 ; a range of addresses to delegate.
19
20 REVBLOCK(128/25, 128, 255)
21 NS(ns.a.example.com)
22
23 ; And again the automatic reverse mode
24
25 REVERSE(10.1.0)