Changeset 1051 for trunk/dnsdb.conf


Ignore:
Timestamp:
03/06/26 11:33:19 (3 days ago)
Author:
Kris Deugau
Message:

/trunk

Reintegrate /branches/cname-collision
See #72

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/dnsdb.conf

    r901 r1051  
    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.