diff options
author | Ivan Kohler <ivan@freeside.biz> | 2024-07-03 12:26:10 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2024-07-03 12:26:10 -0700 |
commit | 1a8bf7c0df6db5462e01e67da2e259c1ef574011 (patch) | |
tree | 675fc5ebab47009e0ab68c0b6a45abc50e1e98fe /FS | |
parent | 5736b748338a6737f6c24c063b724ebdb77fb79f (diff) |
BIND local_zonepath override
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/bind.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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)], |