etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / dlz / modules / sqlite3 / testing / README
blobc7af001c43697ae3fce70c86980d6057b1fdc474
1 These files were used for testing on Ubuntu Linux using SQLite3
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).