29 lines
667 B
YAML
29 lines
667 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
|
|
# Optional: default TTL to use when patching records with missing TTL (default: 300)
|
|
# default_ttl: 300
|
|
# Optional: default priority to use when patching records with missing priority (default: 0)
|
|
# default_prio: 0
|
|
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
|