From 9da570edbce54f76622dba41be6d687952e72e15 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 27 Dec 2011 22:26:48 +0100 Subject: [PATCH] s/spaceboyz.net/nedap.c3d2.de/ --- index.html | 4 ++-- server.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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();