From cefb7e1a09bf7860decf8a9f954f9a0a2ece61eb Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sat, 12 May 2018 12:00:40 +0100
Subject: [PATCH] Add other ddns variables

---
 src/freedombone-ddns | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/freedombone-ddns b/src/freedombone-ddns
index e0b450c83..8028bc134 100755
--- a/src/freedombone-ddns
+++ b/src/freedombone-ddns
@@ -34,6 +34,8 @@ export TEXTDOMAINDIR="/usr/share/locale"
 source "/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-config"
 
 DDNS_PROVIDER="none"
+DDNS_USERNAME=
+DDNS_PASSWORD=
 
 function update_inadyn_config {
     if [ ! -f /etc/inadyn.conf ]; then
-- 
GitLab