https://github.com/willscott/pdns
Minimal dynamic dns API
https://github.com/willscott/pdns
Last synced: 10 months ago
JSON representation
Minimal dynamic dns API
- Host: GitHub
- URL: https://github.com/willscott/pdns
- Owner: willscott
- License: apache-2.0
- Created: 2025-05-21T14:16:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T14:17:22.000Z (about 1 year ago)
- Last Synced: 2025-05-21T15:32:57.385Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PDNS
A personal dynamic DNS server.
Provides a simple HTTP API to update forward/reverse DNS records.
Works by updating zone files directly and then reloading something like nsd on changes.
get /?secret=&name=&ip=
will update dns such that `name.origin = ip`