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