root.db revision 1.1.1.1
1; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2;
3; This Source Code Form is subject to the terms of the Mozilla Public
4; License, v. 2.0. If a copy of the MPL was not distributed with this
5; file, You can obtain one at http://mozilla.org/MPL/2.0/.
6;
7; See the COPYRIGHT file distributed with this work for additional
8; information regarding copyright ownership.
9
10$TTL	120
11.		SOA	ns. hostmaster.ns. ( 1 3600 1200 604800 60 )
12		NS	ns.
13ns.		A	10.53.0.1
14
15; rewrite responses from this zone
16tld2.		NS	ns.tld2.
17ns.tld2.	A	10.53.0.2
18
19; rewrite responses from this secure zone unless dnssec requested (DO=1)
20tld2s.		NS	ns.tld2.
21
22; requests come from here
23tld3.		NS	ns.tld3.
24ns.tld3.	A	10.53.0.3
25
26; rewrite responses from this zone
27tld4.		NS	ns.tld4.
28ns.tld4.	A	10.53.0.4
29
30; performance test
31tld5.		NS	ns.tld5.
32ns.tld5.	A	10.53.0.5
33
34; generate SERVFAIL
35servfail	NS	ns.tld2.
36