diff --git a/index.html b/index.html index 7a0344d..e6de7b1 100644 --- a/index.html +++ b/index.html @@ -63,12 +63,12 @@

Welches Land erlaubt Filesharing für private Zwecke straffrei?

-

http://spaceboyz.net:2342/

+

http://nedap.c3d2.de:2342/

-

http://spaceboyz.net:2342/

+

http://nedap.c3d2.de:2342/

Backend, where are thou?

diff --git a/server.js b/server.js index d092f35..8456d8b 100644 --- a/server.js +++ b/server.js @@ -43,7 +43,7 @@ function connectNedap() { console.error(e.stack || e); setTimeout(connectNedap, 1000); }); - nedapClient.connect('ws://spaceboyz.net:2342/', 'quiz-nedap'); + nedapClient.connect('ws://nedap.c3d2.de:2342/', 'quiz-nedap'); } connectNedap();