From 1a8bf7c0df6db5462e01e67da2e259c1ef574011 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 3 Jul 2024 12:26:10 -0700 Subject: BIND local_zonepath override --- FS/FS/part_export/bind.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS') diff --git a/FS/FS/part_export/bind.pm b/FS/FS/part_export/bind.pm index 1ef7b6598..dd60b2a28 100644 --- a/FS/FS/part_export/bind.pm +++ b/FS/FS/part_export/bind.pm @@ -11,6 +11,8 @@ tie %options, 'Tie::IxHash', default=> '/etc/bind/named.conf' }, 'zonepath' => { label => 'path to zone files', default=> '/etc/bind/', }, + 'local_zonepath'=>{ label => 'path to zone files in named.conf (optional override)', + }, 'bind_release' => { label => 'ISC BIND Release', type => 'select', options => [qw(BIND8 BIND9)], -- cgit v1.2.1