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

Add the possibility to listen on a specific host #1810

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

afbjorklund
Copy link
Contributor

@afbjorklund afbjorklund commented Oct 11, 2023

For instance, for listening only on "localhost"

That is, bind on 127.0.0.1 instead of 0.0.0.0

Closes #1798

docs/novnc_proxy.1 Outdated Show resolved Hide resolved
utils/novnc_proxy Outdated Show resolved Hide resolved
utils/novnc_proxy Outdated Show resolved Hide resolved
@kalvdans
Copy link

It's more complicated that it needs to be, but it is fine that it just passes the argument unmodified to websockify, and the complications are only for pretty-printing.

LGTM besides my small remarks.

utils/novnc_proxy Outdated Show resolved Hide resolved
Copy link
Member

@CendioOssman CendioOssman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Nice work @afbjorklund!

And thanks for the help with reviewing, @kalvdans.

@CendioOssman CendioOssman merged commit 7d2dad0 into novnc:master Oct 27, 2023
11 checks passed
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

Successfully merging this pull request may close these issues.

Specifying a bind address does not work
3 participants