Ignore:
Timestamp:
03/13/26 14:00:58 (27 hours ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge CNAME collision

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable

  • branches/stable/dnsdb.conf

    r1047 r1054  
    4646#lowercase = 0
    4747
     48# Variously coerce timestamp and valid-after/expiry flags onto a new/updated record if the
     49# record as requested would cause a CNAME to overlap with another record.
     50# adjust:  Adjust the timestamp where an expiry+valid-after would overlap
     51#   - existing record expires, new record has valid-after before expiry => adjust timestamp to match existing record
     52#   - existing record is valid-after, new record has expiry after valid-after => adjust timestamp to match existing record
     53# none: (default) Do not make changes to timestamps to avoid overlap
     54#coerce_cname_timestamp = none
     55
    4856# Show formal .arpa zone name instead of the natural IP or CIDR for reverse zone names and records?
    4957# Valid values are none, zone, record, or all
Note: See TracChangeset for help on using the changeset viewer.