Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 24-Jun-2021 | 466 | 18 | 11 | |
buildzones.sh | H A D | 24-Jun-2021 | 6.7 KiB | 273 | 235 | |
rndc.key | H A D | 24-Jun-2021 | 92 | 6 | 4 | |
tests.sh | H A D | 24-Jun-2021 | 2.1 KiB | 82 | 61 | |
zones | H A D | 24-Jun-2021 | 753 | 19 | 18 |
README
1Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") 2See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. 3 4 bash buildzones.sh < zones # creates setup, run, servers/* master/* 5 # named.conf 6 sudo sh setup # configure interfaces 7 sh run # setup 8 9 ../named/named [-g] -c named.conf 10 11 sh tests.sh < zones 12 13 sudo sh teardown # teardown interfaces 14 15The test server can controlled with 16 17 rndc -k rndc.key -s 127.127.0.0 -p 5300 18