mirror of
https://github.com/skoelle/dyndns-updater.git
synced 2026-09-17 16:10:25 +00:00
28 lines
673 B
Bash
28 lines
673 B
Bash
# FritzBox TR-064
|
|
FRITZBOX_HOST=192.168.178.1
|
|
FRITZBOX_PORT=49000
|
|
FRITZBOX_USER=dyndns-updater
|
|
FRITZBOX_PASSWORD=change-me
|
|
|
|
# Cloudflare
|
|
CLOUDFLARE_API_TOKEN=change-me
|
|
CLOUDFLARE_ZONE_ID=change-me
|
|
# Kommagetrennte Subdomain-Teile relativ zur Zone (kein FQDN!), z.B. "sub1" oder "*.home"
|
|
CLOUDFLARE_RECORDS=sub1,sub2,sub3
|
|
|
|
# FreeDNS (Fallback/Parallelbetrieb)
|
|
FREEDNS_UPDATE_URL=https://freedns.afraid.org/dynamic/update.php?TOKEN
|
|
|
|
# Webhook (kein Auth, rein intern)
|
|
WEBHOOK_PORT=8090
|
|
|
|
# Fallback Polling
|
|
POLL_INTERVAL_MINUTES=15
|
|
|
|
# Healthchecks (self-hosted)
|
|
HEALTHCHECK_PING_URL=https://healthchecks.example.org/ping/change-me
|
|
|
|
# Sonstiges
|
|
TZ=Europe/Berlin
|
|
LOG_LEVEL=INFO
|