Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
11/21/11 18:03:32 (12 years ago)
Author:
Kris Deugau
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    11= !DeepNet DNS Administrator =
    22
    3 This is a DNS address management tool I developed as a replacement for VegaDNS.
     3This is a DNS management tool I developed as a replacement for VegaDNS.
    44
    55It closely follows the UI layout from VegaDNS's (apparently abandoned) 1.1.x development releases, but brings more consistency across similar areas (eg, the user, domain, record, and group listings derive their header layout from common files, rather than hardcoding it for each type of listing).  I also separated the group tree list from the operational sections.
    66
    7 It theoretically supports all DNS types (although actual support for deprecated or very obscure types is limited or nonexistent).
     7It 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
     9Data export to any front-end DNS server software should be possible;  currently only export to tinydns is available.
     10
     11== Releases ==
     12
     13No stable release at the moment.
     14
     15Development 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
     25See 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