Home | History | Annotate | Line # | Download | only in dnssec
      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 The test setup for the DNSSEC tests has a secure root.
     13 
     14 ns1 is the root server.
     15 
     16 ns2 and ns3 are authoritative servers for the various test domains.
     17 
     18 ns4 is a caching-only server, configured with the correct trusted key
     19 for the root.
     20 
     21 ns5 is a caching-only server, configured with the an incorrect trusted
     22 key for the root.  It is used for testing failure cases.
     23 
     24 ns6 is an caching and authoritative server used for testing unusual
     25 server behaviors such as disabled DNSSEC algorithms.
     26 
     27 ns7 is used for checking non-cacheable answers.
     28 
     29 ns8 is a caching-only server, configured with unsupported and disabled
     30 algorithms.  It is used for testing failure cases.
     31 
     32 ns9 is a forwarding-only server.
     33