main
Raw Download raw file

cfdns

Required Environment Variables

 CFDNS_ZONE_NAME=""
 CFDNS_SUBDOMAIN_NAME=""
 CFDNS_API_TOKEN=""

Build for arm64 target

GOOS=linux GOARCH=arm64 go build .

systemd unit example

[Unit]
Description=cloudflare dynamic dns

[Service]
Type=oneshot
ExecStart=/usr/local/bin/cfdns
EnvironmentFile=/etc/cfdns/cfdns.conf

[Install]
WantedBy=multi-user.target