https://bugzilla.wikimedia.org/show_bug.cgi?id=60262
Web browser: ---
Bug ID: 60262
Summary: parsoid should allow binding to a specific IP or
interface
Product: Parsoid
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: Unprioritized
Component: General
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Mobile Platform: ---
I would like to have parsoid bind to localhost. This is a simple patch for me,
but I think it should be an option so I don't have to modify the server.js
file:
- app.listen(process.env.VCAP_APP_PORT || 8000);
+ app.listen(process.env.VCAP_APP_PORT || 8000, 'localhost');
For me, binding only to localhost just reduces the exposure of parsoid for a
private wiki. In some cases, I could see wanting to bind to a specific
interface to point parsoid toward a private network or something similar.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l