Files
realDynDNS/config.example.yaml
Timo Behrendt ed1f9c3ed1
All checks were successful
CI / test (pull_request) Successful in 1m3s
chore: update example and main
2024-12-23 14:13:29 +01:00

24 lines
420 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