Changeset 669
- Timestamp:
- 01/13/15 17:31:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r668 r669 653 653 return ('FAIL', "CNAME records cannot point directly to an IP address") 654 654 if ${$args{val}} =~ /^(?:[\d.]+|[0-9a-fA-F:]+)$/; 655 656 # Make sure target is a well-formed hostname 657 return ('FAIL', $errstr) if ! _check_hostname_form(${$args{val}}, ${$args{rectype}}, $args{defrec}, $args{revrec}); 655 658 656 659 # Forcibly append the domain name if the hostname being added does not end with the current domain name
Note:
See TracChangeset
for help on using the changeset viewer.