From d846b7e3637a4c9c1f700d275f6165187f40ed3f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 17 Mar 2015 21:35:24 +0000 Subject: [PATCH] Default to Freedns --- src/freedombone-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-config b/src/freedombone-config index 62190c6a..ef0ed3b5 100755 --- a/src/freedombone-config +++ b/src/freedombone-config @@ -233,7 +233,7 @@ function interactive_configuration { data=$(tempfile 2>/dev/null) trap "rm -f $data" 0 1 2 5 15 dialog --backtitle "Freedombone Configuration" \ - --radiolist "Type of Installation:" 15 40 9 \ + --radiolist "Type of Installation:" 17 40 9 \ 1 Full on \ 2 Writer off \ 3 Cloud off \ @@ -503,9 +503,9 @@ function interactive_configuration { dialog --backtitle "Freedombone Configuration" \ --radiolist "Choose Dynamic DNS provider:" 15 40 14 \ 1 dyndns off \ - 2 freedns off \ + 2 freedns on \ 3 zoneedit off \ - 4 no-ip on \ + 4 no-ip off \ 5 easydns off \ 6 tzo off \ 7 3322 off \