Dynamic updates can be risky, and disabling them is recommended. Another solution is to limit dynamic updates using ACLs and TSIG keys.
Linux / UNIX named Disable Dynamic Updates
Edit named.conf, run:# vi named.conf
For each domain zone, set allow-update to none:
zone "cyberciti.com" IN {
....
allow-update { none; };
...
}
No comments:
Post a Comment