xref: /netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ns6/targetns.db (revision f281902de12281841521aa31ef834ad944d725e2)
1; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2;
3; SPDX-License-Identifier: MPL-2.0
4;
5; This Source Code Form is subject to the terms of the Mozilla Public
6; License, v. 2.0.  If a copy of the MPL was not distributed with this
7; file, you can obtain one at https://mozilla.org/MPL/2.0/.
8;
9; See the COPYRIGHT file distributed with this work for additional
10; information regarding copyright ownership.
11
12; In the test for checking how many NS records BIND will follow, this
13; zone marks the server as the one to which the NS lookups will be
14; directed.
15
16$TTL 300
17@ 			IN SOA	marka.isc.org. ns.server. (
18				2010   	; serial
19				600         	; refresh
20				600         	; retry
21				1200    	; expire
22				600       	; minimum
23				)
24			NS	ns
25ns			A	10.53.0.6
26