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