Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web server binds to localhost only by default #1

Open
Orangestar12 opened this issue Jul 6, 2023 · 0 comments
Open

Web server binds to localhost only by default #1

Orangestar12 opened this issue Jul 6, 2023 · 0 comments

Comments

@Orangestar12
Copy link

It seems that the web server binds only to localhost by default.

$ netstat -tulpn | grep LISTEN | grep :4109
tcp6       0      0 ::1:4109                :::*                    LISTEN      941/mono

compared to the core server which has an open binding

$ netstat -tulpn | grep LISTEN | grep :4108
tcp        0      0 0.0.0.0:4108            0.0.0.0:*               LISTEN      941/mono

There are no docs on how to change this setting for the web service. How do you tell the server which addresses to bind to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant