README
1Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2
3SPDX-License-Identifier: MPL-2.0
4
5This Source Code Form is subject to the terms of the Mozilla Public
6License, v. 2.0. If a copy of the MPL was not distributed with this
7file, you can obtain one at https://mozilla.org/MPL/2.0/.
8
9See the COPYRIGHT file distributed with this work for additional
10information regarding copyright ownership.
11
12The test setup for the checkds tests.
13
14These servers are parent servers:
15- ns2 is a primary authoritative server that serves the parent zone for zones
16 configured in ns9.
17- ns4 is the secondary server for ns2.
18- ns5 is a primary authoritative server that serves the parent zone for zones
19 configured in ns9, but this one does not publish DS records (to test cases
20 where the DS is missing).
21- ns6 is an authoritative server for a different zone, to test badly configured
22 parental agents.
23- ns7 is the secondary server for ns5.
24
25Finally, ns9 is the authoritative server for the various DNSSEC enabled test
26domains.
27