[X] I have read the documentation and understand the meaning of all configuration items I have written, avoiding a large number of seemingly useful options or default values.
[X] I have not reviewed the documentation and resolve this issue.
[X] I have not searched the Issue Tracker for the problem I am going to raise.
[X] I have tested with the latest Alpha branch version, and the issue still persists.
[X] I have provided server and client configuration files and processes that can reproduce the issue locally, rather than a desensitized complex client configuration file.
[X] I have provided the simplest configuration that can reproduce the error I reported, rather than relying on remote servers, TUN, graphical client interfaces, or other closed-source software.
[X] I have provided complete configuration files and logs, rather than providing only parts that I believe are useful due to confidence in my own intelligence.
Verify steps
Operating System
Linux
System Version
Alpine Linux v3.20
Mihomo Version
v1.8.5 - v1.8.8 使用这几个都有问题,之前版本没测试
Configuration File
Description
一个域名指向多个IP的情况下在访问过该域名后再去ssh登录这几个IP会出现问题
例如: abc.com 指向了一下IP 1.1.1.1 2.2.2.2 3.3.3.3
在通过浏览器访问过https://abc.com后,再通过ssh登录这几个IP会出现问题,比如我ssh登录1.1.1.1,有可能被路由到2.2.2.2这个IP
mihomo 是以 docker实例的方式运行,使用tun模式,当网关使用
在面板上查看是这样的
abc.com:443 TCP Tun proxy / auto / Proxy-LA Match abc.com:22 TCP Tun proxy / auto / Proxy-LA Match
但实际上我访问22端口用的是IP而非域名,访问443端口那个是用abc.com域名访问的
Reproduction Steps
解析域名到多个IP,最好3个以上比较容易发现问题 先访问域名,然后在ssh登录这几个IP,会发现有可能访问A服务器的IP,实际上连接到B服务器上
Logs
No response