-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Verify steps
- 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.
- I have carefully reviewed the documentation and have not resolved the issue.
- I have searched the Issue Tracker for the issue I want to raise and did not find it.
- I am a non-Chinese user.
- I have tested with the latest Alpha branch version, and the issue still persists.
- 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.
- 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.
- I have provided complete logs, rather than just the parts I think are useful out of confidence in my own intelligence.
- I have directly reproduced the error using the Mihomo command-line program, rather than using other tools or scripts.
Operating System
MacOS, Windows
System Version
win11 x64
Mihomo Version
System Name: Windows
System Version: Windows 11 Pro for Workstations
System kernel Version: 26200
System Arch: x86_64
Verge Version: 2.4.3
Running Mode: Service
Is Admin: false
Configuration File
https://wiki.metacubex.one/config/proxies/dialer-proxy/#relayselect
proxies:
- { name: "proxy1", type: "socks" }
- { name: "proxy2", type: "socks" }
proxy-groups:
- { name: "select1", type: select, proxies: ["proxy1", "proxy2"] }
- { name: "select2", type: select, use: ["provider1"] }
proxy-providers:
provider1:
type: inline
override:
dialer-proxy: select1
payload:
- { name: "proxy3", type: "socks" }
rules:
- MATCH,select2Description
根据这个文档的配置,如果 proxy3 是自己的落地机,假设 proxy3 监听的端口是1443
netstat -telna | grep -E ":1443"
这里面是可以看到自己本机上网的出口 ip 的,按照代理来说,不是应该 只出现 select1 这个组的ip 么?
Reproduction Steps
按照配置去修改
Logs
暂无日志Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working