Categorygithub.com/i3h/cloudflare-ddns
modulepackage
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

  1. Written in Golang and quite easy/small
  2. Use embedded timer (let you get rid of crontab)
  3. Designed for systemd
  4. 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).

# Functions

No description provided by the author
No description provided by the author

# 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