add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / net / djbdns / files / tinydns / data
1 # example verbose tinydns data file
2 # from http://www.pjvenda.org/linux/doc/tinydns/
3 # Copyright (C) 2001-2009 by Pedro Venda
4 # licensed under a Creative Commons Attribution 2.5 License
5 #
6 # REVERSE ZONE
7 #
8 # (reverse) dns servers: primary and secondary
9 Z45.168.192.in-addr.arpa:ns.example.net:hostmaster.example.net::::::::
10
11 # NS records
12 &45.168.192.in-addr.arpa::ns.example.net:::
13 &45.168.192.in-addr.arpa::ns2.example.net:::
14
15 # MX handlers
16 @45.168.192.in-addr.arpa::relay.example.net:10
17 @45.168.192.in-addr.arpa::relay2.example.net:20
18
19 #
20 # FORWARD ZONE:
21 #
22 # SOA record: primary nameserver is ns.example.net and hostmaster
23 #             mail address is hostmaster@example.net
24 #             (the 'Z' configuration line is the only one that
25 #             allows specifying the hostmaster mail address)
26 Zexample.net:ns.example.net:hostmaster.example.net::::::::
27
28 # NS records: primary and secondary nameservers
29 &example.net::ns.example.net:::
30 &example.net::ns2.example.net:::
31
32 # MX records: relay.example.net, distance = 10
33 #             relay2.example.net, distance = 20
34 @example.net::relay.example.net:10
35 @example.net::relay2.example.net:20
36
37 # A records: ns.example.net, ns2.example.net
38 =ns.example.net:192.168.45.1:::
39 =ns2.example.net:192.168.45.2:::
40
41 # PTR records: relays are in the same hosts as dns servers
42 +relay.example.net:192.168.45.1:::
43 +relay2.example.net:192.168.45.2:::
44
45 # more A records: gateway.example.net
46 =gateway.example.net:192.168.45.254:::
47
48 # CNAME record: nscache.example.net is alias to gateway.example.net
49 Cnscache.example.net:gateway.example.net:::
50
51 #
52 # SUB DOMAIN DELEGATION
53 #
54
55 # NS record
56 &dmz.example.net::ns.dmz.example.net:::
57
58 # A/PTR record for nameserver
59 =ns.dmz.example.net:192.168.90.1:::