aboutsummaryrefslogtreecommitdiff
path: root/demo/host.js
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-05-05 13:00:23 +0200
committerMinteck <nekostarfan@gmail.com>2021-05-05 13:00:23 +0200
commit971783dafcb441de323bd282c375830c852a5c75 (patch)
tree0c78b6719c554516b91c2acd7cea5b2c4b458e1d /demo/host.js
parentf72770f62a1bde2b92d83561853f8996a48fd0e3 (diff)
downloadkartik-legacy-server-971783dafcb441de323bd282c375830c852a5c75.tar.gz
kartik-legacy-server-971783dafcb441de323bd282c375830c852a5c75.tar.bz2
kartik-legacy-server-971783dafcb441de323bd282c375830c852a5c75.zip
Commit
Diffstat (limited to 'demo/host.js')
-rw-r--r--demo/host.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/host.js b/demo/host.js
index e91f4c7..8df7100 100644
--- a/demo/host.js
+++ b/demo/host.js
@@ -20,7 +20,7 @@ function exit() {
var net = require('net');
-var host = 'localhost';
+var host = '86.196.89.109';
var port = 8888;
var client = new net.Socket();
@@ -121,4 +121,4 @@ client.on('error', (e) => {
break;
}
crash(e);
-}) \ No newline at end of file
+})