Configure DNS using simple python scripts
https://pypi.org/project/dnscode/
2561651eb5
The twine plugin does not work due to the image not having been built recently enough. |
||
---|---|---|
.woodpecker | ||
docs/html | ||
src/dnscode_MINECRAFTCHEST1 | ||
.editorconfig | ||
.gitignore | ||
Doxyfile | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
test.py |
DNScode
Simplifying DNS Zone management
About
DNScode is a project to help simplify DNS zone management, when using plain text files with servers like BIND and NSD. It provides a framework for programmatically generating zone files with Python, allowing for more flexability, compared to other DNS as code solutions.
Installation
DNSCode is a single Python3 script, with very few dependencies, intented to be used as a module inside of another script. Just drop main.py into your project