Files
cloudflare-dyndns/config.example.ini

17 lines
565 B
INI

[cloudflare]
api_token = YOUR_CLOUDFLARE_API_TOKEN
zone_id = YOUR_ZONE_ID
[service]
ipinfo_url = https://ipinfo.io/ip
poll_seconds = 3600
; TXT record used as source of truth for the last IP this app set.
; Create it manually in Cloudflare with your current A record IP before
; first run (Name: _dyndns-last-ip, Type: TXT, Content: x.x.x.x, TTL: 60).
; The app will update it automatically on each IP change.
tracker_record = _dyndns-last-ip
; Optionally force a specific starting IP (overrides tracker record and last_ip.txt)
; last_ip_override = 203.0.113.10