17 lines
271 B
YAML
17 lines
271 B
YAML
---
|
|
ip_provider:
|
|
type: plain
|
|
config:
|
|
url: https://ifconfig.me
|
|
dns_provider:
|
|
type: ionos
|
|
config:
|
|
api_key: exampleAPIKey
|
|
base_url: https://example.com
|
|
domains:
|
|
- tld: example.com
|
|
subdomains:
|
|
- "@"
|
|
- www
|
|
check_interval: 0 0 0/6 * * * *
|