|
1 | | -## Welcome to NicTool |
| 1 | +# NicTool – DNS Management |
2 | 2 |
|
3 | | -- [DNS Record Builder](builder/) - Modern tool to generate RFC-compliant DNS records. |
4 | | -- [Dictionary](https://nictool.github.io/web/Dictionary) of DNS terms |
5 | | -- [Discussions](https://github.com/orgs/NicTool/discussions) about NicTool |
6 | | -- [Wiki](https://github.com/NicTool/web/wiki) |
| 3 | +Open Source DNS Management |
7 | 4 |
|
| 5 | +A suite of open-source tools for managing DNS zones, resource records, |
| 6 | +and nameserver configurations — from the browser to the command line. |
8 | 7 |
|
9 | | -The NicTool content starts on the [wiki](https://github.com/NicTool/web/wiki) and some of that content will make its way over here. |
| 8 | +## Resources |
10 | 9 |
|
| 10 | +- [DNS Record Builder](builder/) — Generate RFC-compliant DNS records in BIND, tinydns, MaraDNS, and wire formats — live in the browser. |
| 11 | +- [DNS Dictionary](dictionary.html) — Plain-language definitions for DNS terminology — resource records, owners, labels, TTL, rdata, and more. |
| 12 | +- [Discussions](https://github.com/orgs/NicTool/discussions) — Ask questions, share feedback, and connect with the NicTool community on GitHub Discussions. |
| 13 | +- [NicTool 2 Wiki](https://github.com/NicTool/NicTool/wiki) — In-depth documentation for the NicTool stack — installation, configuration, and API reference. |
11 | 14 |
|
| 15 | +## About |
12 | 16 |
|
13 | | -<!-- Commits to this repository trigger [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. For details see [Basic writing and formatting syntax](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).Check out our Pages [documentation](https://docs.github.com/categories/github-pages-basics/). |
14 | | ---> |
| 17 | +NicTool is a collection of open-source packages for DNS management. The |
| 18 | +[dns-resource-record](https://github.com/NicTool/dns-resource-record) library handles RFC-compliant record parsing and conversion. |
| 19 | +[dns-zone](https://github.com/NicTool/dns-zone) handles zone import and export. |
| 20 | + |
| 21 | +## Repositories |
| 22 | + |
| 23 | +### NicTool 3 (Next) |
| 24 | + |
| 25 | +- [server](https://github.com/NicTool/server) — web service and API supervisor |
| 26 | +- [api](https://github.com/NicTool/api) — HTTP API with JWT auth and MySQL |
| 27 | +- [dns-nameserver](https://github.com/NicTool/dns-nameserver) — nameserver config parsers |
| 28 | +- [dns-zone](https://github.com/NicTool/dns-zone) — zone import/export |
| 29 | +- [dns-resource-record](https://github.com/NicTool/dns-resource-record) — RFC-compliant record parsing and conversion |
| 30 | + |
| 31 | +### NicTool 2.0 (Current) |
| 32 | + |
| 33 | +The original Perl-based NicTool stack — server, client, and SDK — with a long production track record. |
| 34 | + |
| 35 | +[github.com/NicTool/NicTool](https://github.com/NicTool/NicTool) |
0 commit comments