瀏覽代碼

Add other ddns variables

Bob Mottram 7 年之前
父節點
當前提交
cefb7e1a09
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/freedombone-ddns

+ 2
- 0
src/freedombone-ddns 查看文件

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