godyn/client-config.yml
2023-10-16 15:52:17 +02:00

26 lines
500 B
YAML

# remote/wan ip provider configuration
ip-provider:
url: "https://icanhazip.com"
# dyndns provider configuration
dyndns-provider:
username: "<username>"
password: "<password>"
hostname: "<domain name>"
url: "<dyndns api url>"
# notfication configuration (https://ntfy.sh)
notification:
enabled: true
username: "<ntfy username>"
password: "<ntfy password>"
url: "<ntfy url>"
topic: "<ntfy topic>"
# set the interval in seconds
interval: 60
# en/disable debug mode
debug: true