Browse Source

Change the default ddns provider to no-ip

Bob Motram 10 years ago
parent
commit
7b00a3affe
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-config

+ 2
- 2
src/freedombone-config View File

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