With a few minor exceptions for tests that had additional concerns and tests I don...
[exim.git] / test / dnszones-src / db.ip4.V4NET
1 ; $Cambridge: exim/test/dnszones-src/db.ip4.V4NET,v 1.3 2006/02/16 10:05:33 ph10 Exp $
2
3 ; This is a testing reverse zone file for use when testing DNS handling in
4 ; Exim. This is a fake zone of no real use - hence no SOA record. The zone name
5 ; is determined by the V4NET substitution. This file is passed through the
6 ; substitution mechanism before being used by the fakens auxiliary program.
7
8 1.0.0 PTR ten-1.test.ex.
9 2.0.0 PTR ten-2.test.ex.
10 3.0.0 PTR ten-3.test.ex.
11 3.0.0 PTR ten-3-alias.test.ex.
12 4.0.0 PTR ten-4.test.ex.
13 5.0.0 PTR ten-5-6.test.ex.
14 6.0.0 PTR ten-5-6.test.ex.
15
16 ; V4NET.0.0.97 is deliberately not reverse registered
17
18 98.0.0 PTR noforward.test.ex.
19 99.0.0 PTR ten-99.TEST.EX.
20
21 ; V4NET.11.12.13 (black-1) is deliberately not reverse registered
22
23 14.12.11 PTR black-2.test.ex.
24
25 10.10.10 PTR myhost.test.ex.
26
27 5.4.12 PTR other1.test.ex.
28 1.3.12 PTR other2.test.ex.
29 2.3.12 PTR other2.test.ex.
30
31 1.0.99 PTR other99.test.ex.
32
33 ; The first of these deliberately points back to a different name
34 ; with a different address - that of the second one.
35
36 99.99.99 PTR badB.test.ex.
37 98.99.99 PTR badB.test.ex.
38
39 ; This host has multiple names with several components, for
40 ; testing negative wildcard matching
41
42 97.99.99 PTR x.gov.uk.test.ex.
43 97.99.99 PTR x.co.uk.test.ex.
44
45 ; This points to a name that will give `try again' when looked
46 ; up from within the test harness.
47
48 96.99.99 PTR x.test.again.dns.
49
50 ; This IP number points back to a legitimate host, but also to a name that
51 ; does not forward resolve to the same address
52
53 90.99.99 PTR oneback.test.ex.
54 90.99.99 PTR host1.masq.test.ex.
55
56 ; This IP number points back to a host that does not exist
57
58 80.99.99 PTR nonexist.test.ex.
59
60 ; This is a duff registration for testing
61
62 255.255.255 PTR .
63
64 ; End