Skip to content

Commit 416e0a3

Browse files
committed
sync index -> README
1 parent f6ff15e commit 416e0a3

1 file changed

Lines changed: 29 additions & 8 deletions

File tree

README.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
1-
## Welcome to NicTool
1+
# NicTool – DNS Management
22

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
74

5+
A suite of open-source tools for managing DNS zones, resource records,
6+
and nameserver configurations — from the browser to the command line.
87

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
109

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.
1114

15+
## About
1216

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

Comments
 (0)