inc/dns.inc.php
changeset 148 362a952b0a12
parent 140 e68c3d6094d1
child 158 30a7f897aaf0
equal deleted inserted replaced
147:df8ec400e5a3 148:362a952b0a12
    73 			if (!is_valid_rr_txt_content($content)) return false;
    73 			if (!is_valid_rr_txt_content($content)) return false;
    74 			break;
    74 			break;
    75 
    75 
    76 		case "MBOXFW":
    76 		case "MBOXFW":
    77 		case "NAPTR":
    77 		case "NAPTR":
       
    78 		case "SRV":
    78 		case "URL":
    79 		case "URL":
    79 			// These types are supported by PowerDNS, but there is not
    80 			// These types are supported by PowerDNS, but there is not
    80 			// yet code for validation. Validation needs to be added 
    81 			// yet code for validation. Validation needs to be added 
    81 			// for these types. One Day Real Soon Now. [tm]
    82 			// for these types. One Day Real Soon Now. [tm]
    82 			break;
    83 			break;