Changeset 902
- Timestamp:
- 08/11/25 16:38:43 (3 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r901 r902 2214 2214 $cfg->{exportcache} = $1 if m{^exportcache\s*=\s*([a-z0-9/_.-]+)}i; 2215 2215 $cfg->{usecache} = $1 if m{^usecache\s*=\s*([a-z01]+)}i; 2216 $cfg->{bind_export_conf_path} 2217 $cfg->{bind_export_zone_path} 2216 $cfg->{bind_export_conf_path} = $1 if m{^bind_export_conf_path\s*=\s*([a-z0-9/_.%-]+)}i; 2217 $cfg->{bind_export_zone_path} = $1 if m{^bind_export_zone_path\s*=\s*([a-z0-9/_.%-]+)}i; 2218 2218 $cfg->{bind_export_reverse_zone_path} = $1 if m{^bind_export_reverse_zone_path\s*=\s*([a-z0-9/_.%-]+)}i; 2219 2219 $cfg->{bind_export_fqdn} = $1 if /^bind_export_fqdn\s*=\s*([a-z01]+)/i;
Note:
See TracChangeset
for help on using the changeset viewer.