• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Mar-2022-

READMEH A D07-Mar-2022507 129

dlz.dataH A D07-Mar-2022722 1917

dlz.schemaH A D07-Mar-20221.1 KiB3229

named.confH A D07-Mar-20221.2 KiB4336

README

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