Name Date Size #Lines LOC

..--

READMEH A D24-Jun-2021539 1811

clean.shH A D24-Jun-2021872 212

makenames.plH A D24-Jun-20211.2 KiB3514

mkzonefile.plH A D24-Jun-20211.6 KiB5229

setup.shH A D24-Jun-20212.2 KiB8858

smallzone.dbH A D24-Jun-20211.1 KiB3430

README

1These scripts generate a named.conf file with an arbitrary number of
2small zones, for testing startup performance.
3
4To generate a test server with 1000 zones each of which contains 5 A
5records, run:
6
7   $ sh setup.sh 1000 5 > named.conf
8
9Zones are generated with random names, and the zone files are created
10in the subdirectory "zones".
11
12Or, to generate a test server with 100 zones which all load from the same
13generic file (smallzone.db):
14
15   $ sh setup.sh -s 100 > named.conf
16
17The "number of records" argument is ignored if -s is used.
18