Thanks to visit codestin.com
Credit goes to github.com

Skip to content

server binding to * instead of localhost #104

@pkolano

Description

@pkolano

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions