Configure DNS using simple python scripts https://pypi.org/project/dnscode/
Find a file
minecraftchest1@outlook.com cdb643349b
All checks were successful
ci/woodpecker/push/package-deploy Pipeline was successful
Bump to v1.1.1
2025-01-13 13:42:10 -06:00
.woodpecker Fix indentation error in pippeline. 2025-01-13 13:36:56 -06:00
docs/html v1.0.0 2025-01-11 13:17:24 -06:00
src/dnscode_MINECRAFTCHEST1 Setup for packaging. 2025-01-13 13:35:19 -06:00
.editorconfig Initial "Commit. 2024-11-04 12:20:23 -06:00
.gitignore Setup for packaging. 2025-01-13 13:35:19 -06:00
Doxyfile Add Doxygen Documentation. 2025-01-10 19:34:58 -06:00
LICENSE Setup for packaging. 2025-01-13 13:35:19 -06:00
pyproject.toml Bump to v1.1.1 2025-01-13 13:42:10 -06:00
README.md Setup for packaging. 2025-01-13 13:35:19 -06:00
requirements.txt Add requirements file. 2025-01-11 13:03:25 -06:00
test.py Make everything work. 2024-11-12 07:39:36 -06:00

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