Browse Source

Add other ddns variables

Bob Mottram 7 years ago
parent
commit
cefb7e1a09
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-ddns

+ 2
- 0
src/freedombone-ddns View File

@@ -34,6 +34,8 @@ export TEXTDOMAINDIR="/usr/share/locale"
34 34
 source "/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-config"
35 35
 
36 36
 DDNS_PROVIDER="none"
37
+DDNS_USERNAME=
38
+DDNS_PASSWORD=
37 39
 
38 40
 function update_inadyn_config {
39 41
     if [ ! -f /etc/inadyn.conf ]; then