Default to Freedns
This commit is contained in:
parent
5e201fd69f
commit
d846b7e363
|
@ -233,7 +233,7 @@ function interactive_configuration {
|
||||||
data=$(tempfile 2>/dev/null)
|
data=$(tempfile 2>/dev/null)
|
||||||
trap "rm -f $data" 0 1 2 5 15
|
trap "rm -f $data" 0 1 2 5 15
|
||||||
dialog --backtitle "Freedombone Configuration" \
|
dialog --backtitle "Freedombone Configuration" \
|
||||||
--radiolist "Type of Installation:" 15 40 9 \
|
--radiolist "Type of Installation:" 17 40 9 \
|
||||||
1 Full on \
|
1 Full on \
|
||||||
2 Writer off \
|
2 Writer off \
|
||||||
3 Cloud off \
|
3 Cloud off \
|
||||||
|
@ -503,9 +503,9 @@ function interactive_configuration {
|
||||||
dialog --backtitle "Freedombone Configuration" \
|
dialog --backtitle "Freedombone Configuration" \
|
||||||
--radiolist "Choose Dynamic DNS provider:" 15 40 14 \
|
--radiolist "Choose Dynamic DNS provider:" 15 40 14 \
|
||||||
1 dyndns off \
|
1 dyndns off \
|
||||||
2 freedns off \
|
2 freedns on \
|
||||||
3 zoneedit off \
|
3 zoneedit off \
|
||||||
4 no-ip on \
|
4 no-ip off \
|
||||||
5 easydns off \
|
5 easydns off \
|
||||||
6 tzo off \
|
6 tzo off \
|
||||||
7 3322 off \
|
7 3322 off \
|
||||||
|
|
Loading…
Reference in New Issue