bind9/bin/tests/system/rpz
2019-08-30 11:47:38 -07:00
..
ns1 Check that RPZ 'CNAME *.' (NODATA) works with DNS64. 2019-07-23 04:14:20 +10:00
ns2 QNAME miminimization should create a separate fetch context for each fetch - 2018-10-23 12:15:04 +00:00
ns3 when a response-policy zone expires, unload its polices from RPZ summary 2019-08-30 11:47:38 -07:00
ns4 fix rpz test 2019-01-25 00:44:11 -08:00
ns5 when a response-policy zone expires, unload its polices from RPZ summary 2019-08-30 11:47:38 -07:00
ns6 add the ability to control whether SOA records are added response-policy modified answers 2019-03-06 20:47:28 -08:00
ns7 add the ability to control whether SOA records are added response-policy modified answers 2019-03-06 20:47:28 -08:00
ns8 add the ability to control whether SOA records are added response-policy modified answers 2019-03-06 20:47:28 -08:00
ns9 Check that RPZ 'CNAME *.' (NODATA) works with DNS64. 2019-07-23 04:14:20 +10:00
.gitignore [master] DNS Response Policy Service API 2017-09-11 11:57:43 -07:00
ckdnsrps.sh fix problems running dnsrps tests in rpz and rpzrecurse 2018-09-27 13:11:44 -07:00
clean.sh when a response-policy zone expires, unload its polices from RPZ summary 2019-08-30 11:47:38 -07:00
dnsrps.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
dnsrpzd-license.conf [master] DNS Response Policy Service API 2017-09-11 11:57:43 -07:00
dnsrpzd.conf.in Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
Makefile.in Rename OPENSSL_INCLUDES to OPENSSL_CFLAGS in AX_CHECK_OPENSSL() macro 2019-06-25 12:36:01 +02:00
qperf.sh Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
README Update copyrights 2019-02-22 13:59:10 +01:00
setup.sh when a response-policy zone expires, unload its polices from RPZ summary 2019-08-30 11:47:38 -07:00
test1 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
test2 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
test3 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
test4 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
test4a Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
test5 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
test6 Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
tests.sh when a response-policy zone expires, unload its polices from RPZ summary 2019-08-30 11:47:38 -07:00

Copyright (C) Internet Systems Consortium, Inc. ("ISC")

See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.

The test setup for the RPZ tests prepares a query perf tool and sets up
policy zones.

Name servers
------------

ns1 is the root server.

ns2 and ns4 are authoritative servers for the various test domains.

ns3 is the main rewriting resolver.

ns5 and ns7 are additional rewriting resolvers.

ns6 is a forwarding server.


Updating the response policy zones
----------------------------------

test1, test2, test3, test4, test5, and test6 are dynamic update files.  These
updates are made against ns3.  The script function "start_group" is called to
start an new batch of tests that may depend on certain server updates.  The
function takes an optional file name and if provided the server updates are
performed before executing the test batch.