repositorypackage
1.1.0
Repository: https://github.com/i3h/cloudflare-ddns.git
Documentation: pkg.go.dev
# README
cloudflare-ddns
A simple DDNS service interacted with Cloudflare API.
Features
- Written in Golang and quite easy/small
- Use embedded timer (let you get rid of crontab)
- Designed for systemd
- Support IPv4/IPv6
How to use
Download latest release assets and set executable permission.
chmod +x cloudflare-ddns
Edit systemd configuration file (copy from ddns-systemd-template.service)
cp ddns.service /etc/systemd/system
systemctl daemon-reload
systemctl enable ddns
systemctl start ddns
License
See the LICENSE file for license rights and limitations (MIT).