Linux Ask!

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; };
      ...
}
  1. Updated the Slave binary log if the updates are received from a MySQL master
  2. Disable a service in Ubuntu using upstart
  3. Disable IPv6 in Linux
  4. Disable DNS hostname lookup in MySQL
  5. Disable AppArmor in Ubuntu

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>