Ignore:
Timestamp:
01/23/26 16:00:29 (2 weeks ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Set a default for coerce_cname_timestamp
Override coerce_cname_timestamp in the test support module to better
exercise deeper branches of the CNAME collision checks
See #72

File:
1 edited

Legend:

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

    r996 r999  
    223223                force_refresh   => 1,
    224224                lowercase       => 0,   # mangle as little as possible by default
     225                # tinker with timestamps if adding or updating a record would
     226                # cause overlapping CNAME and other in some way
     227                coerce_cname_timestamp => 'none',
    225228                # show IPs and CIDR blocks as-is for reverse zones.  valid values are
    226229                # 'none' (default, show natural IP or CIDR)
Note: See TracChangeset for help on using the changeset viewer.