From 1778a8cbbcc7c3f06557ce898dc7487c3a2bb4a6 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Fri, 18 Jul 2014 21:52:50 +0800 Subject: [PATCH] Screw Windows Firewall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit But I’m not sure if this will work to resolve it… Former-commit-id: ee0adab2f2b8f41d1d16653f96fd63c943c88e78 --- Youpp.app/Contents/Resources/app.nw/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Youpp.app/Contents/Resources/app.nw/server.js b/Youpp.app/Contents/Resources/app.nw/server.js index 3dcff09..889cd35 100644 --- a/Youpp.app/Contents/Resources/app.nw/server.js +++ b/Youpp.app/Contents/Resources/app.nw/server.js @@ -6,7 +6,7 @@ var fs = require("fs"); var app = http.createServer(handler); // var __dirname = path.dirname((window.location + "").replace("file:///", "/")); -app.listen(39322); +app.listen(39322, "127.0.0.1"); var mimeTypes = { "html": "text/html",