ee0e602e6c332dff45725e291b73b3de8e55e08f
[exim.git] / test / dnszones-src / db.ip4.10
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 10.in-addr.arpa. This file is passed through the substitution mechanism
4 ; before being used by the fakens auxiliary program, though in fact there is
5 ; nothing to substitute.
6
7 ; This zone exists to handle reverse lookups for the host with a huge number of
8 ; IP addresses that get manufactured by the fake_gethostbyname() function in
9 ; Exim. They are hard-wired to use the 10.250.0.0/16 network. Apart from that
10 ; one use, the test suite shouldn't be using that network, so everything else
11 ; is passed on to res_search(). The next line triggers this action.
12
13 PASS ON NOT FOUND
14
15 *.250 PTR manyhome.test.ex.
16
17 ; End