Changeset 999
- Timestamp:
- 01/23/26 16:00:29 (5 days ago)
- Location:
- branches/cname-collision
- Files:
-
- 2 edited
-
DNSDB.pm (modified) (1 diff)
-
t/DNSTest.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cname-collision/DNSDB.pm
r996 r999 223 223 force_refresh => 1, 224 224 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', 225 228 # show IPs and CIDR blocks as-is for reverse zones. valid values are 226 229 # 'none' (default, show natural IP or CIDR) -
branches/cname-collision/t/DNSTest.pm
r986 r999 48 48 dbuser => 'dnstest', 49 49 dbpass => 'dnstestpwd', 50 51 # This exercises more branches of the CNAME collision check with more fine-grained results. 52 coerce_cname_timestamp => 'adjust', 50 53 ); 51 54 ok( defined $dnsdb );
Note:
See TracChangeset
for help on using the changeset viewer.
![[ DNS Administrator ]](/fx/dnsadmin-logo.png)