Changeset 631
- Timestamp:
- 05/14/14 15:40:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r630 r631 960 960 ${$args{host}} =~ s/\.*$/\.$pname/ if ${$args{host}} !~ /$pname$/; 961 961 962 ##enhance: Rejig so that we can pass back a WARN red flag, instead of 963 # hard-failing, since it seems that purely from the DNS record perspective, 964 # SRV records without underscores are syntactically valid 962 965 # Not strictly true, but SRV records not following this convention won't be found. 963 966 return ('FAIL',"SRV records must begin with _service._protocol [${$args{host}}]") … … 972 975 # zone are pretty silly. 973 976 977 ##enhance: Rejig so that we can pass back a WARN red flag, instead of 978 # hard-failing, since it seems that purely from the DNS record perspective, 979 # SRV records without underscores are syntactically valid 974 980 # Not strictly true, but SRV records not following this convention won't be found. 975 981 return ('FAIL',"SRV records must begin with _service._protocol [${$args{host}}]")
Note:
See TracChangeset
for help on using the changeset viewer.