Home | History | Annotate | Line # | Download | only in rpz
      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 RPZ tests prepares a query perf tool and sets up
     13 policy zones.
     14 
     15 Name servers
     16 ------------
     17 
     18 ns1 is the root server.
     19 
     20 ns2 and ns4 are authoritative servers for the various test domains.
     21 
     22 ns3 is the main rewriting resolver.
     23 
     24 ns5 and ns7 are additional rewriting resolvers.
     25 
     26 ns6 is a forwarding server.
     27 
     28 
     29 Updating the response policy zones
     30 ----------------------------------
     31 
     32 test1, test2, test3, test4, test5, and test6 are dynamic update files.  These
     33 updates are made against ns3.  The script function "start_group" is called to
     34 start an new batch of tests that may depend on certain server updates.  The
     35 function takes an optional file name and if provided the server updates are
     36 performed before executing the test batch.
     37