From 48ebcfa9b56921dc0470f43504a9bd3426cf1953 Mon Sep 17 00:00:00 2001 From: Jean Cyr Date: Sun, 10 Nov 2013 01:19:50 -0500 Subject: bind - optionally add static dhcp leases at zone A records Similar to 'unbound' feature to avoid the need to duplicate static host addresses in both DHCP and BIND. - Add 'Register DHCP static mappings' checkbox to zone form - if checked, enumerate all static DHCP hosts and add to zone, such that their name can be resolved. --- config/bind/bind_zones.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config/bind/bind_zones.xml') diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index 77893417..d5cbe1b8 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -72,7 +72,6 @@ Zones /pkg.php?xml=bind_zones.xml&id=0 - Sync @@ -384,6 +383,12 @@ on + + regdhcpstatic + Register DHCP static mappings + If this option is set, then DHCP static mappings will be registered in DNS, so that their name can be resolved. + checkbox + listtopic Custom Zone Domain records -- cgit v1.2.3