You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the server for Pinafore using PORT=4002 node server.js, the server is in fact opened on all interfaces, not only localhost:4002.
The text was updated successfully, but these errors were encountered:
kescherCode
changed the title
Pinafore is NOT on localhost, but on all interfaces
Pinafore is not just on localhost, but on all interfaces
Dec 10, 2022
This would be a backwards-incompatible change. What is your use case for listening only on localhost? Would you be okay with an option to only listen on localhost?
Since Pinafore is, from what I can tell, typically not supposed to be exposed on all interfaces, but rather behind a reverse proxy, it would make that port needlessly accessible whenever it's not firewalled off.
When starting the server for Pinafore using
PORT=4002 node server.js
, the server is in fact opened on all interfaces, not onlylocalhost:4002
.The text was updated successfully, but these errors were encountered: