浏览代码

Default to Freedns

Bob Mottram 10 年前
父节点
当前提交
d846b7e363
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/freedombone-config

+ 3
- 3
src/freedombone-config 查看文件

233
   data=$(tempfile 2>/dev/null)
233
   data=$(tempfile 2>/dev/null)
234
   trap "rm -f $data" 0 1 2 5 15
234
   trap "rm -f $data" 0 1 2 5 15
235
   dialog --backtitle "Freedombone Configuration" \
235
   dialog --backtitle "Freedombone Configuration" \
236
-      --radiolist "Type of Installation:" 15 40 9 \
236
+      --radiolist "Type of Installation:" 17 40 9 \
237
       1 Full on \
237
       1 Full on \
238
       2 Writer off \
238
       2 Writer off \
239
       3 Cloud off \
239
       3 Cloud off \
503
   dialog --backtitle "Freedombone Configuration" \
503
   dialog --backtitle "Freedombone Configuration" \
504
       --radiolist "Choose Dynamic DNS provider:" 15 40 14 \
504
       --radiolist "Choose Dynamic DNS provider:" 15 40 14 \
505
       1 dyndns off \
505
       1 dyndns off \
506
-      2 freedns off \
506
+      2 freedns on \
507
       3 zoneedit off \
507
       3 zoneedit off \
508
-      4 no-ip on \
508
+      4 no-ip off \
509
       5 easydns off \
509
       5 easydns off \
510
       6 tzo off \
510
       6 tzo off \
511
       7 3322 off \
511
       7 3322 off \