7 | | It theoretically supports all DNS types (although actual support for deprecated or very obscure types is limited or nonexistent). |
| 7 | It theoretically supports all DNS types (although actual support for deprecated or very obscure types is limited or nonexistent). Practically, A, AAAA, CNAME, MX, NS, SRV, and TXT records are supported. SOA records can mostly be altered but serial number schemes other than "let tinydns Do The Right Thing" are not yet supported (#24). |
| 8 | |
| 9 | Data export to any front-end DNS server software should be possible; currently only export to tinydns is available. |
| 10 | |
| 11 | == Releases == |
| 12 | |
| 13 | No stable release at the moment. |
| 14 | |
| 15 | Development is ongoing at https://secure.deepnet.cx/svn/dnsadmin. |
| 16 | |
| 17 | == Features == |
| 18 | |
| 19 | * Tree-based access scope control (users in subgroups can only see domains in that subgroup, and its direct children) |
| 20 | * Per-user action controls - permission to add, edit, and delete groups, domains, users, or records can all be set separately. |
| 21 | * AXFR domain import |
| 22 | * WHOIS and DNS lookup tools |
| 23 | * Full internal activity logging |
| 24 | |
| 25 | See the [/report/1 ticket list] for features on the to-do list. |
| 26 | |
| 27 | == Requirements == |
| 28 | |
| 29 | CGI::Simple |
| 30 | HTML::Template |
| 31 | CGI::Session |
| 32 | Crypt::PasswdMD5 |
| 33 | Net::Whois::Raw |
| 34 | Text::Wrap (core) - for WHOIS response linewrapping |
| 35 | Net::DNS |