Index of /archives/NetBSD/NetBSD-release-9/src/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/testing
Name Last modified Size Description
Parent Directory -
CVS/ 2024-03-02 12:23 -
README 2018-08-12 21:07 507
dlz.data 2018-08-12 21:07 722
dlz.schema 2018-08-12 21:07 1.1K
named.conf 2024-03-02 12:23 854
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"