1*e2b1b9c0SchristosThese files were used for testing on Ubuntu Linux using MySQL
2*e2b1b9c0Schristos
3*e2b1b9c0SchristosTo set up a test server:
4*e2b1b9c0Schristos- Install MySQL: sudo apt-get install mysql-server
5*e2b1b9c0Schristos- Run "mysql --user=USER --password=PASSWORD < dlz.schema" to set up database
6*e2b1b9c0Schristos- Run "mysql --user=USER --password=PASSWORD < dlz.data" to populate it
7*e2b1b9c0Schristos- Update named.conf with correct USER and PASSWORD
8*e2b1b9c0Schristos- Generate a TSIG key: "ddns-confgen -qz example.com"
9*e2b1b9c0Schristos
10*e2b1b9c0SchristosTo query the database, use "dig -p 5300 @localhost"
11*e2b1b9c0SchristosTo send dynamic updates, use "nsupdate -p 5300 -k ddns.key"
12