diff options
Diffstat (limited to 'demo/host.js')
-rw-r--r-- | demo/host.js | 4 |
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 +}) |