equal
deleted
inserted
replaced
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; |