Change the default ddns provider to no-ip
This commit is contained in:
parent
fb83fc9421
commit
7b00a3affe
|
@ -461,9 +461,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 on \
|
2 freedns off \
|
||||||
3 zoneedit off \
|
3 zoneedit off \
|
||||||
4 no-ip off \
|
4 no-ip on \
|
||||||
5 easydns off \
|
5 easydns off \
|
||||||
6 tzo off \
|
6 tzo off \
|
||||||
7 3322 off \
|
7 3322 off \
|
||||||
|
|
Loading…
Reference in New Issue