分别监听 IPv4 和 IPv6 地址 #3063
Answered
by
pulsarice
Someone-Practice
asked this question in
Q&A
-
我可以有两个入站分别侦听两种地址类型吗? |
Beta Was this translation helpful? Give feedback.
Answered by
pulsarice
Feb 28, 2024
Replies: 1 comment
-
I couldn't use 0.0.0.0 to only listen on IPv4. therefore I explicitly used my server's IPv4 as the listening address. I made another one to listen on IPv6 and now I have two inbounds on the same port on different IP stacks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Someone-Practice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I couldn't use 0.0.0.0 to only listen on IPv4. therefore I explicitly used my server's IPv4 as the listening address. I made another one to listen on IPv6 and now I have two inbounds on the same port on different IP stacks.