inc/dns.inc.php
changeset 193 6a87ca695244
parent 192 3d18290ac993
child 200 6bdfaba077cb
equal deleted inserted replaced
192:3d18290ac993 193:6a87ca695244
    87 			if (!is_valid_printable($content)) return false;
    87 			if (!is_valid_printable($content)) return false;
    88 			break;
    88 			break;
    89 
    89 
    90 		case "MBOXFW":
    90 		case "MBOXFW":
    91 		case "NAPTR":
    91 		case "NAPTR":
       
    92 		case "SPF":
       
    93 		case "SSHFP":
    92 		case "URL":
    94 		case "URL":
    93 			// These types are supported by PowerDNS, but there is not
    95 			// These types are supported by PowerDNS, but there is not
    94 			// yet code for validation. Validation needs to be added 
    96 			// yet code for validation. Validation needs to be added 
    95 			// for these types. One Day Real Soon Now. [tm]
    97 			// for these types. One Day Real Soon Now. [tm]
    96 			break;
    98 			break;