forked from hanshuebner/html-scrabble
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Running the server, it used to bind to localhost, but I believe after switching to the module version (or could be other things like just a code update or nodejs update), it is binding to all interfaces, which is undesirable.
Starting server like so:
node node_modules/@cdot/xanado/bin/server.js --config /home/nodejs/Xanado/config.json;
Here you can see it is binding globally on all interfaces:
$ ss -lt |grep 9093
LISTEN 0 511 *:9093 :
Is there any way to change this behavior? I know there used to be a config setting for URI, but don't see it anymore. Thanks
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request