Changeset 891 for trunk/DNSDB.pm
- Timestamp:
- 06/25/25 17:27:31 (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r888 r891 209 209 bind_export_conf_path => 'zones.conf', 210 210 bind_export_shortlines => 0, 211 bind_export_autoexpire_ttl => 15, 211 212 212 213 # Session params … … 2203 2204 $cfg->{bind_export_zone_path} = $1 if m{^bind_export_zone_path\s*=\s*([a-z0-9/_.%-]+)}i; 2204 2205 $cfg->{bind_export_shortlines} = $1 if /^bind_export_shortlines\s*=\s*([a-z01]+)/i; 2206 $cfg->{bind_export_autoexpire_ttl} = $1 if /^bind_export_autoexpire_ttl\s*=\s*(\d+); 2205 2207 $cfg->{force_refresh} = $1 if /^force_refresh\s*=\s*([a-z01]+)/i; 2206 2208 $cfg->{lowercase} = $1 if /^lowercase\s*=\s*([a-z01]+)/i;
Note:
See TracChangeset
for help on using the changeset viewer.