[X] I have read the documentation and understand the meaning of all the configuration items I have written, rather than just piling up seemingly useful options or default values.
[X] I have carefully reviewed the documentation and have not resolved the issue.
[X] I have searched the Issue Tracker for the issue I want to raise and did not find it.
[x] I am a non-Chinese user.
[X] I have tested with the latest Alpha branch version, and the issue still persists.
[X] I have provided the server and client configuration files and processes that can reproduce the issue locally, rather than a sanitized complex client configuration file.
[X] I provided the simplest configuration that can be used to reproduce the errors in my report, rather than relying on remote servers or piling on a lot of unnecessary configurations for reproduction.
[X] I have provided complete logs, rather than just the parts I think are useful out of confidence in my own intelligence.
[X] I have directly reproduced the error using the Mihomo command-line program, rather than using other tools or scripts.
Operating System
Linux
System Version
Linux arch 6.11.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 22 Oct 2024 18:31:38 +0000 x86_64 GNU/Linux
Mihomo Version
Mihomo Meta 1.10.0 linux amd64 with go1.23.2 unknown time Use tags: with_gvisor
编译参数
go build -o clash-meta -a -ldflags '-s -w -linkmode external -extldflags "-static"' -tags with_gvisor
源码版本
3e966e82c793ca99e3badc84bf3f2907b100edae (HEAD -> Alpha, origin/Alpha) chore: update quic-go to 0.48.0
docker 运行参数
docker run --name clash-meta --device=/dev/net/tun:/dev/net/tun --cap-add=NET_ADMIN -v /home/aiden/.config/clash/:/root/.config/clash/ --network=host -d --restart always xaotag/clash-meta:latest
dockerfile
FROM alpine
COPY clash-meta /usr/bin
CMD [ "clash-meta","-d","/root/.config/clash" ]
Verify steps
Operating System
Linux
System Version
Linux arch 6.11.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 22 Oct 2024 18:31:38 +0000 x86_64 GNU/Linux
Mihomo Version
Mihomo Meta 1.10.0 linux amd64 with go1.23.2 unknown time Use tags: with_gvisor
编译参数go build -o clash-meta -a -ldflags '-s -w -linkmode external -extldflags "-static"' -tags with_gvisor
源码版本3e966e82c793ca99e3badc84bf3f2907b100edae (HEAD -> Alpha, origin/Alpha) chore: update quic-go to 0.48.0
docker 运行参数docker run --name clash-meta --device=/dev/net/tun:/dev/net/tun --cap-add=NET_ADMIN -v /home/aiden/.config/clash/:/root/.config/clash/ --network=host -d --restart always xaotag/clash-meta:latest
dockerfile
Configuration File
Description
这段配置中的geosite没有生效,同样的geosite 分流生效
Reproduction Steps
在使用
geosite:cn
中 百度域名依然发生了fake-ip映射Logs