]> mj.ucw.cz Git - nsc-5.git/blob - cf.dist/a.example.com
Added examples.
[nsc-5.git] / cf.dist / a.example.com
1 ; Domain configuration file for a.example.com
2
3 ; Records in this network are expected to change often, so we
4 ; decrease the minimum TTL:
5
6 define(`MINTTL', 300)
7
8 ; Also, we'll be referring to a single IP address many times,
9 ; so let's create a macro for it.
10
11 define(`jabb', 10.2.3.4)
12
13 ; The SOA record
14
15 SOA(a.example.com)
16 NS(ns1.example.com, ns2.example.com)
17
18 ; We want the domain itself to have an A record, but we don't want a PTR
19 ; record to be generated, hence DADDR instead of ADDR.
20
21 DADDR(jabb)
22
23 ; Some hosts
24
25 H(jabberwock, jabb)
26 H(this-one-is-classless-reverse-delegated, 10.3.0.65)