We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that the web server binds only to localhost by default.
compared to the core server which has an open binding
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?
The text was updated successfully, but these errors were encountered: