Merge pull request #1869 from reptil1990/fix/ddns-default-config

Changed default config
This commit is contained in:
CanbiZ (MickLesk)
2026-05-27 10:05:00 +02:00
committed by GitHub

View File

@@ -21,7 +21,9 @@ cat <<EOF >/opt/ddns-updater/data/config.json
{
"settings": [
{
"provider": ""
"provider": "namecheap",
"domain": "example.com",
"password": "e5322165c1d74692bfa6d807100c0310"
}
]
}