Changeset 196
- Timestamp:
- 12/12/11 17:55:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r195 r196 1397 1397 # check for _service._protocol. NB: RFC2782 does not say "MUST"... nor "SHOULD"... 1398 1398 # it just says (paraphrased) "... is prepended with _ to prevent DNS collisions" 1399 return ('FAIL',"SRV records must begin with _service._protocol ")1400 if $host !~ /^_[A-Za-z]+\._[A-Za-z]+\.[a-z 0-9-]+/;1399 return ('FAIL',"SRV records must begin with _service._protocol [$host]") 1400 if $host !~ /^_[A-Za-z]+\._[A-Za-z]+\.[a-zA-Z0-9-]+/; 1401 1401 $weight = shift; 1402 1402 $port = shift;
Note:
See TracChangeset
for help on using the changeset viewer.