Closed as not planned
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
System Version
Sequoia 15.5
Mihomo Version
1.10.0
Configuration File
tproxy-port: 7896
mixed-port: 7897
Description
When giving a configuration file has tproxy-port
field. Starting mihomo on MacOS gets ERRO
output. The relatived config process is here.
Line 329 in 71a8705
mihomo/hub/executor/executor.go
Line 205 in 71a8705
Should we add some additional platform process to makes config aovid non-expected warning output? Example:
if runtime.GOOS != "darwin" {
listener.ReCreateTProxy(general.TProxyPort, tunnel.Tunnel)
}
Reproduction Steps
Giving a configure file has tproxy-port
field.
Logs
INFO[2025-06-01T17:43:12.588567000+08:00] Start initial configuration in progress
INFO[2025-06-01T17:43:12.590584000+08:00] Geodata Loader mode: memconservative
INFO[2025-06-01T17:43:12.590605000+08:00] Geosite Matcher implementation: succinct
INFO[2025-06-01T17:43:12.594429000+08:00] Initial configuration complete, total time: 5ms
ERRO[2025-06-01T17:43:12.594893000+08:00] Start TProxy server error: not supported on current platform