Files
realDynDNS/config.example.yaml
Timo Behrendt ad0932f4aa
All checks were successful
CD / test (push) Successful in 29s
CD / Build and push (push) Successful in 4m16s
docs: log level (#23)
Reviewed-on: #23
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-01-01 12:25:14 +01:00

25 lines
436 B
YAML

---
ip_provider:
type: plain
config:
url: https://api.ipify.org
dns_provider:
type: ionos
config:
api_key: <your-api-key>
base_url: https://api.hosting.ionos.com/dns
notification_provider:
type: gotify
config:
url: <your-gotify-host>
token: <your-token>
priority: 0
domains:
- tld: example.com
subdomains:
- "@"
- www
check_interval: 0 0 0/6 * * * *
mode: Scheduled
log_level: info