Changeset 892 for trunk/DNSDB.pm


Ignore:
Timestamp:
06/25/25 17:31:58 (6 days ago)
Author:
Kris Deugau
Message:

/trunk

The missed bit from r891

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r891 r892  
    22042204      $cfg->{bind_export_zone_path}   = $1 if m{^bind_export_zone_path\s*=\s*([a-z0-9/_.%-]+)}i;
    22052205      $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+);
     2206      $cfg->{bind_export_autoexpire_ttl} = $1 if /^bind_export_autoexpire_ttl\s*=\s*(\d+)/;
    22072207      $cfg->{force_refresh}     = $1 if /^force_refresh\s*=\s*([a-z01]+)/i;
    22082208      $cfg->{lowercase}         = $1 if /^lowercase\s*=\s*([a-z01]+)/i;
Note: See TracChangeset for help on using the changeset viewer.