Pārlūkot izejas kodu

Change the default ddns provider to no-ip

Bob Motram 10 gadus atpakaļ
vecāks
revīzija
7b00a3affe
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      src/freedombone-config

+ 2
- 2
src/freedombone-config Parādīt failu

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