From f7ad15a8dcaf3cbe8c2758a79bd2bdc8cf4ed7e4 Mon Sep 17 00:00:00 2001 From: Carsten Graf Date: Wed, 27 May 2026 09:32:37 +0200 Subject: [PATCH] Changed default config After testing the placeholder did not work. Changed an retested --- install/ddns-updater-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/ddns-updater-install.sh b/install/ddns-updater-install.sh index d32849d5..d1cb5742 100644 --- a/install/ddns-updater-install.sh +++ b/install/ddns-updater-install.sh @@ -21,7 +21,9 @@ cat </opt/ddns-updater/data/config.json { "settings": [ { - "provider": "" + "provider": "namecheap", + "domain": "example.com", + "password": "e5322165c1d74692bfa6d807100c0310" } ] }