Skip to content

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
@flokli flokli deleted the josh-proxy-dualstack branch October 20, 2023 14:46
@flokli
Copy link
Contributor Author

flokli commented Oct 20, 2023

Thanks!

christian-schilling pushed a commit that referenced this pull request Oct 11, 2025
Binding on 0.0.0.0 will cause josh to only listen on IPv4, while
specifying `[::]` will bind on *both* IPv4 and IPv6.
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.

2 participants