From 029a810a52873332daa6f6fbb3a96310978e849d Mon Sep 17 00:00:00 2001 From: Stuart Wyatt Date: Thu, 9 Apr 2015 10:31:00 -0700 Subject: BIND - add support for zone update-policy statement on master zones The update-policy statement allows the zone to specify, among other things, a key to be used for authorization of master zone updates Add a checkbox and text field to add an update-policy statement to the zone configuration. When the update-policy statement is used, it replaces the allow-update statement. --- config/bind/bind_zones.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config/bind/bind_zones.xml') diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index a227aabd..667fd608 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -311,6 +311,22 @@ 03 + + Enable Update-policy + enable_updatepolicy + + The update-policy statment replaces the allow-update statement.]]> + checkbox + updatepolicy + + + Update-policy + updatepolicy + + Do not include the surrounding { } when using multiple statements]]> + input + 75 + Allow-query allowquery -- cgit v1.2.3