changeset 148 | 362a952b0a12 |
parent 138 | 3e36ebbfe048 |
child 164 | 4c6adb48dcfd |
147:df8ec400e5a3 | 148:362a952b0a12 |
---|---|
82 |
82 |
83 // Array of the available zone types |
83 // Array of the available zone types |
84 $server_types = array("MASTER", "SLAVE", "NATIVE"); |
84 $server_types = array("MASTER", "SLAVE", "NATIVE"); |
85 |
85 |
86 // $rtypes - array of possible record types |
86 // $rtypes - array of possible record types |
87 $rtypes = array('A', 'AAAA', 'CNAME', 'HINFO', 'MX', 'NAPTR', 'NS', 'PTR', 'SOA', 'TXT'); |
87 $rtypes = array('A', 'AAAA', 'CNAME', 'HINFO', 'MX', 'NAPTR', 'NS', 'PTR', 'SOA', 'SRV', 'TXT'); |
88 |
88 |
89 // If fancy records is enabled, extend this field. |
89 // If fancy records is enabled, extend this field. |
90 if($dns_fancy) { |
90 if($dns_fancy) { |
91 $rtypes[10] = 'URL'; |
91 $rtypes[10] = 'URL'; |
92 $rtypes[11] = 'MBOXFW'; |
92 $rtypes[11] = 'MBOXFW'; |