• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Mar-2022-

ns1/H07-Mar-2022-8066

ns2/H07-Mar-2022-279223

ns3/H07-Mar-2022-313258

ns4/H07-Mar-2022-127101

ns5/H07-Mar-2022-196168

ns6/H07-Mar-2022-7665

ns7/H07-Mar-2022-7463

ns8/H07-Mar-2022-10386

ns9/H07-Mar-2022-9279

Makefile.inH A D07-Mar-20221 KiB4921

READMEH A D07-Mar-20221.1 KiB3723

clean.shH A D07-Mar-20221.7 KiB5637

dnsrps.cH A D07-Mar-20224 KiB174130

dnsrpzd-license.confH A D07-Mar-2022700 2421

dnsrpzd.conf.inH A D07-Mar-20222.7 KiB6355

qperf.shH A D07-Mar-2022605 238

setup.shH A D07-Mar-20225.2 KiB179121

test1H A D07-Mar-20222.6 KiB10091

test2H A D07-Mar-20222.1 KiB7868

test3H A D07-Mar-20221.4 KiB4840

test4H A D07-Mar-20221.2 KiB3729

test4aH A D07-Mar-2022925 2821

test5H A D07-Mar-20221.5 KiB6154

test6H A D07-Mar-20221.4 KiB3832

tests.shH A D07-Mar-202229.2 KiB958761

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