Changeset 619
- Timestamp:
- 04/25/14 17:05:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r618 r619 1452 1452 # Reverse zones don't support @ in hostnames 1453 1453 # Also skip failure on revzone TXT records; the hostname contains the TXT content in that case. 1454 if ($rectype != $reverse_typemap{TXT} && lc($hname) !~ /^ [0-9a-z_.-]+$/) {1454 if ($rectype != $reverse_typemap{TXT} && lc($hname) !~ /^(?:\*\.)?[0-9a-z_.-]+$/) { 1455 1455 $errstr = "Hostnames may not contain anything other than (0-9 a-z . _)"; 1456 1456 return;
Note:
See TracChangeset
for help on using the changeset viewer.