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