About the IPv6 question #3048
-
I have the IPv6 address,how can I use IPv4 and IPv6 at the same time? |
Beta Was this translation helpful? Give feedback.
Answered by
s-and-witch
Oct 18, 2022
Replies: 1 comment
-
You can use socat to redirect from ipv4 port to ipv6. Something like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
q56535
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use socat to redirect from ipv4 port to ipv6. Something like this:
socat TCP6-LISTEN:8080,fork,reuseaddr TCP:0.0.0.0:7860