浏览代码

Default to Freedns

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

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

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