ソースを参照

Add other ddns variables

Bob Mottram 7 年 前
コミット
cefb7e1a09
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      src/freedombone-ddns

+ 2
- 0
src/freedombone-ddns ファイルの表示

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