The PRT may also be pointing to a domain name as the host name.
@@ -584,7 +584,7 @@ is_dns_fqnd() {
r=$2
fqdn_type=$(echo $t | grep "NS\|CNAME\|MX\|PTR\|SRV")
tree_length=3
- if [[ $t = 'CNAME' || $t = 'MX' ]]; then
+ if [[ $t = 'CNAME' || $t = 'MX' || $t = 'PTR' ]]; then
tree_length=2
fi