NicTool: a DNS management solution
Go to file
Ayden Beeson 5bd4f6981e
Fixes for changelog pull for zone records vs zones (#306)
* stop zone entries earlier and add extra safeguards
2023-05-15 22:17:53 -07:00
.github Create FUNDING.yml 2020-01-16 23:11:50 -08:00
.release beef up the version bumping logic (#169) 2017-03-16 19:06:46 -07:00
.test nt_zone.last_publish: change TIMESTAMP DEFAULT 0 -> DATETIME DEFAULT NULL (#249) 2020-07-08 13:53:41 -07:00
client lint nt-script.js (#304) 2022-07-03 22:40:57 -07:00
dist/docker/debian/web Container fix (#300) 2022-04-20 07:25:13 -07:00
docs restored is_admin to DB, SQL updates 2012-12-11 23:51:09 -08:00
server Fixes for changelog pull for zone records vs zones (#306) 2023-05-15 22:17:53 -07:00
.gitignore s/Test/Test::More/g, enable strictures in tests (#150) 2017-02-21 22:41:42 -08:00
.perltidyrc added .perltidyrc 2014-05-26 21:30:20 -07:00
.travis.yml nt_zone.last_publish: change TIMESTAMP DEFAULT 0 -> DATETIME DEFAULT NULL (#249) 2020-07-08 13:53:41 -07:00
AUTHORS.md update AUTHORS.md (#162) 2017-03-13 13:18:18 -07:00
MANIFEST adios dist::zilla 2017-02-18 17:41:28 -08:00
MANIFEST.SKIP update AUTHORS.md (#162) 2017-03-13 13:18:18 -07:00
META.yml wrap client and server into NicTool::Bundle 2013-04-18 23:13:39 -07:00
Makefile.PL update AUTHORS.md (#162) 2017-03-13 13:18:18 -07:00
README restore README (with pointer to README.md) 2014-06-24 12:01:41 -07:00
README.md README: typo fix 2021-10-06 13:33:32 -07:00
TESTIMONIALS.md Added our company info 2014-09-05 18:58:56 +03:00

README.md

NicTool

NicTool is a open source DNS management suite that takes the headaches out of managing DNS data. NicTool provides a easy to use web interface that allows users with little dns knowledge the ability to manage dns zones and records.

Features

  • Web interface for users, admins, and clients
  • Validation of DNS data before acceptance
  • Permissions for users and groups
  • Delegatation of zones and zone records to users and/or groups
  • Logging of all DNS changes (who did what & when)
  • RDBMS data storage
  • API for automation and integration

Supported formats for exporting DNS data to servers

Supported formats for importing existing DNS data

Components

  • NicTool Server - Exposes the DNS data via a SOAP web service.
  • NicTool API - The NicTool API is what connects to the NicTool Server. The format of requests is defined in the reference API at http://www.nictool.com/docs/api/
  • NicTool Client - A CGI application that provides a web interface for managing DNS data. NicTool Client has customizable HTML templates and a CSS style sheet. It is slowly becoming a modern JS web app

Testimonials and NicTool Users

See TESTIMONIALS.md

Authors

See AUTHORS.md

Support