# 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).
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author