-
-
Notifications
You must be signed in to change notification settings - Fork 60
Home
Matt Simerson edited this page Oct 16, 2021
·
70 revisions
FAQ, Message Board, Email list, and Commercial support
A NicTool installation is comprised of:
- NicTool Client: a CGI application, visible in your web browser
- Apache / lighttpd / nginx
- NicTool API: libraries for managing DNS data programmatically
- NicTool Server: a SOAP service used by the Client and API
- Apache + mod_perl
- MySQL
- NicTool Import: import DNS data into NicTool from BIND or tinydns
- NicTool Export: publish DNS data to Nameservers and DNS service providers
- NicTool Server wants to be rewritten in Go or Node.js
- NicTool Client wants to be rewritten as a JS web app #279
- Interactive "check this zone" feature that:
- sends a DNS query to each nameserver and validates that the NS is up-to-date.
- performs a whois query and makes sure NS records match NicTool
- performs a dns trace from the roots and validates the delegation
- Interactive "check this zone" feature that:
- Add a new AJAX API (deprecate SOAP and XML/RPC) #275
-
ANSI SQL, compatible with MySQL, Postgres, SQLite, etc. (work in progress)#284 - External authentication providers
- Zone Templates: #290
- Exports for additional DNS service providers (Neustar UltraDNS, Route 53, DNS Made Easy, etc.)
- NicTool Server
- NicTool Client
- on FreeBSD 10.1
- on CentOS 6, 7
- on Ubuntu 14, 16, 18
- Docker