Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 24-Jun-2021 | 359 | 12 | 7 | |
bdbhpt-populate.pl | H A D | 24-Jun-2021 | 6.8 KiB | 233 | 191 | |
dns-data.txt | H A D | 24-Jun-2021 | 604 | 20 | 19 | |
named.conf | H A D | 24-Jun-2021 | 1.2 KiB | 41 | 35 |
README
1These files were used for testing on Ubuntu Linux using BDB 5.1 and 2BerkeleyDB 0.54 for perl. 3 4- Populate the database from dns-data.txt for zone example.com: 5 6 perl bdbhpt-populate.pl \ 7 --bdb=test.db --input=dns-data.txt --zones=example.com 8 9- Run "named -g -c named.conf" 10 11BDB server is now loaded with example.com data from the file test.db 12