acme-dns-zonefile/README.md
2023-08-08 19:33:39 +01:00

7 lines
385 B
Markdown

# acme-dns-zonefile
[acme-dns](https://github.com/joohoi/acme-dns)-compatible service that writes to a zonefile.
This is useful if you want to run acme-dns with an existing authoritative DNS server (for example if you don't have a spare IP with port 53 free).
## Dependencies
- Python 3
- [passlib](https://passlib.readthedocs.io/en/stable/)
- [bottle](https://bottlepy.org/docs/dev/)