Merge pull request #1869 from reptil1990/fix/ddns-default-config
Changed default config
This commit is contained in:
@@ -21,7 +21,9 @@ cat <<EOF >/opt/ddns-updater/data/config.json
|
||||
{
|
||||
"settings": [
|
||||
{
|
||||
"provider": ""
|
||||
"provider": "namecheap",
|
||||
"domain": "example.com",
|
||||
"password": "e5322165c1d74692bfa6d807100c0310"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user