No description
Find a file
2026-02-12 15:50:23 +01:00
.env-example fix: make nameservers configurable 2026-02-12 15:48:10 +01:00
.gitignore feat: first prototype, "works on my machine" edition 2026-02-12 15:18:27 +01:00
.python-version feat: first prototype, "works on my machine" edition 2026-02-12 15:18:27 +01:00
main.py fix: less debug output 2026-02-12 15:50:23 +01:00
pyproject.toml feat: ask DNS, and get config from a .env file 2026-02-12 15:31:00 +01:00
README.md chore: initial commit 2026-02-12 12:36:18 +01:00
uv.lock feat: ask DNS, and get config from a .env file 2026-02-12 15:31:00 +01:00

DNSSEC fix

Check if the DNSKEY for given domains is the same for the primary and the secondary DNS server, if not, push by updating the SOA record of that zone with the current date and a running number.

Michael Hinz - 2026-02-12