From e3675e1b40547b07a91255ce53298556c91b6926 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 10 Oct 2015 06:45:30 +0000 Subject: [PATCH] changed central server URL to jamulus.no-ip.org --- ChangeLog | 2 ++ src/global.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fdee47fe..0befe1ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 3.3.10 +- changed central server URL to jamulus.no-ip.org + diff --git a/src/global.h b/src/global.h index b2785c77..1cc14e5c 100755 --- a/src/global.h +++ b/src/global.h @@ -90,7 +90,7 @@ LED bar: lbr #define DEFAULT_LOG_FILE_NAME "Jamulussrvlog.txt" // default server address -#define DEFAULT_SERVER_ADDRESS "jamulus.dyndns.org" +#define DEFAULT_SERVER_ADDRESS "jamulus.no-ip.org" #define SELECT_SERVER_ADDRESS(a, b) ((a) ? (DEFAULT_SERVER_ADDRESS) : (b)) // download URL