Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Screw Windows Firewall
Browse files Browse the repository at this point in the history
But I’m not sure if this will work to resolve it…
  • Loading branch information
serverwentdown committed Jul 18, 2014
1 parent 1a33447 commit ee0adab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Youpp.app/Contents/Resources/app.nw/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ee0adab

Please sign in to comment.