Dec 252009
BIND DNS: How to disable dynamic updates?
Answer:
1. Edit the named.conf
vi named.conf
2. Set allow-update to none
zone "example.com" IN {
...
allow-update { none; };
...
}
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
BIND DNS: How to disable dynamic updates?
Answer:
1. Edit the named.conf
vi named.conf
2. Set allow-update to none
zone "example.com" IN {
...
allow-update { none; };
...
}