You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run V2Ray in proxy mode and use Sing-box as a tunnel. This setup works perfectly on all platforms (Windows, Linux, macOS) except iOS, where it seems that direct configuration methods like process_name, process_path, and package_name are not applicable.
I have successfully managed to route the tunnel traffic through V2Ray as a proxy, and Sing-box as a tunnel on other platforms. However, on iOS, I’m unable to achieve the same result due to limitations with direct configuration options.
In Windows, Linux, and macOS, I use the following route rule to direct traffic based on the process name:
But on iOS, I cannot use process_name or similar parameters.
I need help figuring out how to properly direct traffic through V2Ray and Sing-box on iOS, and how to make them work together seamlessly, especially given that iOS doesn't seem to support the usual methods for tunnel direction.
I'm looking for guidance on how to make the V2Ray and Sing-box tunnel configuration work correctly on iOS, especially in situations where standard configuration methods like process_name and package_name do not apply. Any insight into overcoming iOS-specific limitations would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to run V2Ray in proxy mode and use Sing-box as a tunnel. This setup works perfectly on all platforms (Windows, Linux, macOS) except iOS, where it seems that direct configuration methods like
process_name
,process_path
, andpackage_name
are not applicable.I have successfully managed to route the tunnel traffic through V2Ray as a proxy, and Sing-box as a tunnel on other platforms. However, on iOS, I’m unable to achieve the same result due to limitations with direct configuration options.
In Windows, Linux, and macOS, I use the following route rule to direct traffic based on the process name:
But on iOS, I cannot use
process_name
or similar parameters.I need help figuring out how to properly direct traffic through V2Ray and Sing-box on iOS, and how to make them work together seamlessly, especially given that iOS doesn't seem to support the usual methods for tunnel direction.
Execution Command for Each:
For Sing-box (Tunnel mode):
For V2Ray (Proxy mode):
V2Ray Config (Proxy):
Sing-box Tunnel Config:
I'm looking for guidance on how to make the V2Ray and Sing-box tunnel configuration work correctly on iOS, especially in situations where standard configuration methods like
process_name
andpackage_name
do not apply. Any insight into overcoming iOS-specific limitations would be greatly appreciated.The text was updated successfully, but these errors were encountered: