Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
16 lines
265 B
YAML
16 lines
265 B
YAML
ip_provider:
|
|
type: plain
|
|
config:
|
|
url: https://example.com
|
|
dns_provider:
|
|
type: ionos
|
|
config:
|
|
api_key: exampleapikey
|
|
base_url: https://example.com
|
|
domains:
|
|
- tld: example.com
|
|
subdomains:
|
|
- "@"
|
|
check_interval: 0 0 * * * *
|
|
mode: RunOnce
|