未知的UDP监听端口?
#2505
-
|
通过netstat -ulp 看到mihomo会创建一些udp的监听端口,但是我都配置里应该只涉及入站的7891-7894。以及dns的5353端口。其余端口可能是用来做啥的? 此外这些端口都只会在ipv6上被监听,并且是动态的 |
Beta Was this translation helpful? Give feedback.
Answered by
qwqcwcawa
Jan 12, 2026
Replies: 1 comment 1 reply
-
UDP流量走direct时会绑定一个本地端口向目标收发数据,空闲时就释放了 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wwqgtxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

UDP流量走direct时会绑定一个本地端口向目标收发数据,空闲时就释放了