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

josh-proxy.rs: bind dualstacked #1285

Merged

Conversation

flokli
Copy link
Contributor

@flokli flokli commented Oct 9, 2023

Binding on 0.0.0.0 will cause josh to only listen on IPv4, while specifying [::] will bind on both IPv4 and IPv6.

With this change:

❯ ss -ltpn | grep 8000
LISTEN 0      128                *:8000            *:*    users:(("josh-proxy",pid=1894190,fd=10))

Binding on 0.0.0.0 will cause josh to only listen on IPv4, while
specifying `[::]` will bind on *both* IPv4 and IPv6.
@christian-schilling christian-schilling enabled auto-merge (squash) October 20, 2023 12:56
@christian-schilling christian-schilling merged commit 4a5c0a1 into josh-project:master Oct 20, 2023
1 check passed
@flokli flokli deleted the josh-proxy-dualstack branch October 20, 2023 14:46
@flokli
Copy link
Contributor Author

flokli commented Oct 20, 2023

Thanks!

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.

None yet

2 participants