Name | Date | Size | |
---|---|---|---|
.. | 2014-04-25 22:06:30 | 7 | |
dlz.data | 2014-04-25 22:06:30 | 722 | |
dlz.schema | 2014-04-25 22:06:30 | 1.1 KiB | |
named.conf | 2014-04-25 22:06:30 | 1.2 KiB | |
README | 2014-04-25 22:06:30 | 507 |
README
These files were used for testing on Ubuntu Linux using MySQL
To set up a test server:
- Install MySQL: sudo apt-get install mysql-server
- Run "mysql --user=USER --password=PASSWORD < dlz.schema" to set up database
- Run "mysql --user=USER --password=PASSWORD < dlz.data" to populate it
- Update named.conf with correct USER and PASSWORD
- Generate a TSIG key: "ddns-confgen -qz example.com"
To query the database, use "dig -p 5300 @localhost"
To send dynamic updates, use "nsupdate -p 5300 -k ddns.key"