Changeset 1000


Ignore:
Timestamp:
01/23/26 16:05:44 (3 days ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Load coerce_cname_timestamp setting from dnsdb.conf
Note that an additional unused value 'full' is accepted but not implemented
(intended to affect adding/updating a record without a timestamp that
conflicts with a record that has one)
See #72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cname-collision/DNSDB.pm

    r999 r1000  
    23732373      $cfg->{force_refresh}     = $1 if /^force_refresh\s*=\s*([a-z01]+)/i;
    23742374      $cfg->{lowercase}         = $1 if /^lowercase\s*=\s*([a-z01]+)/i;
     2375      $cfg->{coerce_cname_timestamp}    = $1 if /^coerce_cname_timestamp\s*=\s*(full|adjust|none)\s*$/i;
    23752376      $cfg->{showrev_arpa}      = $1 if /^showrev_arpa\s*=\s*([a-z]+)/i;
    23762377      $cfg->{coerce_cname_timestamp}    = $1 if /^coerce_cname_timestamp\s*=\s*([a-z]+)/i;
Note: See TracChangeset for help on using the changeset viewer.