Explorar el Código

Add other ddns variables

Bob Mottram hace 7 años
padre
commit
cefb7e1a09
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/freedombone-ddns

+ 2
- 0
src/freedombone-ddns Ver fichero

@@ -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