Ignore:
Timestamp:
01/22/26 18:11:32 (2 weeks ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Add a configuration option to set how to handle several cases of overlapping
timestamp expiry/valid-after cases checking for CNAME collisions
See #72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cname-collision/dnsdb.conf

    r901 r995  
    6060#lowercase = 0
    6161
     62# Variously coerce timestamp and valid-after/expiry flags onto a new/updated record if the
     63# record as requested would cause a CNAME to overlap with another record.
     64# adjust:  Adjust the timestamp where an expiry+valid-after would overlap
     65#   - existing record expires, new record has valid-after before expiry => adjust timestamp to match existing record
     66#   - existing record is valid-after, new record has expiry after valid-after => adjust timestamp to match existing record
     67# none: (default) Do not make changes to timestamps to avoid overlap
     68#coerce_cname_timestamp = none
     69
    6270# Show formal .arpa zone name instead of the natural IP or CIDR for reverse zone names and records?
    6371# Valid values are none, zone, record, or all
Note: See TracChangeset for help on using the changeset viewer.