Change the default ddns provider to no-ip

This commit is contained in:
Bob Motram 2015-02-08 18:50:43 +00:00
parent fb83fc9421
commit 7b00a3affe
1 changed files with 2 additions and 2 deletions

View File

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