Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 24-Jun-2021 | 445 | 11 | 9 | |
dlz.data | H A D | 24-Jun-2021 | 1.3 KiB | 19 | 17 | |
dlz.schema | H A D | 24-Jun-2021 | 910 | 29 | 25 | |
named.conf | H A D | 24-Jun-2021 | 1.9 KiB | 49 | 43 |
README
1These files were used for testing on Ubuntu Linux using SQLite3 2 3- Install SQLite3: sudo apt-get install sqlite3 libsqlite3-dev 4- Build sqlite3 DLZ module 5- Run "sqlite3 BindDB < dlz.schema" to set up database 6- Run "sqlite3 BindDB < dlz.data" to populate it 7- Run "named -gc named.conf" 8- Send test queries, e.g "dig @localhost -p 5300 example.com", 9 "dig @localhost -p 5300 axfr example.com" (AXFR should be 10 allowed from 127.0.0.1 only). 11