diff --git a/supernodeWSS b/supernodeWSS old mode 100644 new mode 100755 index 2a3d949..c2cc4a2 Binary files a/supernodeWSS and b/supernodeWSS differ diff --git a/util/websocket.c b/util/websocket.c index 4e74075..c5b1c2c 100644 --- a/util/websocket.c +++ b/util/websocket.c @@ -6,7 +6,7 @@ #include "mongoose.h" static sig_atomic_t s_signal_received = 0; -static const char *s_http_port = "8000"; +static const char *s_http_port = "7130"; static struct mg_serve_http_opts s_http_server_opts; static char server_pwd[100]; static struct mg_connection *supernode_client = NULL;