https://github.com/karitham/nhddns
no hassle ddns
https://github.com/karitham/nhddns
Last synced: 2 months ago
JSON representation
no hassle ddns
- Host: GitHub
- URL: https://github.com/karitham/nhddns
- Owner: karitham
- Created: 2023-08-04T21:37:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T15:36:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T05:29:47.412Z (4 months ago)
- Language: Zig
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nhddns
No hassle ddns. Single binary, cross platform. Uses google domains by default.
Configuration done through env vars.
```.env
# required
NHDDNS_USERNAME=
NHDDNS_PASSWORD=
NHDDNS_HOSTNAME=# optional
NHDDNS_EMAIL=
NHDDNS_TLS=1
NHDDNS_CACHE_DIR=/var/cache/nhddns
NHDDNS_REGISTRY=domains.google.com # untested
```Not feature complete, for personal use. Feel free to contribute to improve it though