Add dependency section to README.md

This commit is contained in:
2025-08-04 20:39:36 +02:00
parent c2d6f18dfd
commit 7eb11d16c2

View File

@@ -1,3 +1,10 @@
# dns-manager # dns-manager
Manage DNS zones and dynamic recoreds. Manage DNS zones and dynamic recoreds.
## Dependencies
* [Bind](https://www.isc.org/bind/)
* [Bind-Tools](https://www.isc.org/bind/) (if not bundled with Bind)
* [Libidn](https://www.gnu.org/software/libidn/#libidn2)
* [jq](https://stedolan.github.io/jq/)