浏览代码

Change the default ddns provider to no-ip

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

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

@@ -461,9 +461,9 @@ function interactive_configuration {
461 461
   dialog --backtitle "Freedombone Configuration" \
462 462
       --radiolist "Choose Dynamic DNS provider:" 15 40 14 \
463 463
       1 dyndns off \
464
-      2 freedns on \
464
+      2 freedns off \
465 465
       3 zoneedit off \
466
-      4 no-ip off \
466
+      4 no-ip on \
467 467
       5 easydns off \
468 468
       6 tzo off \
469 469
       7 3322 off \