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
Expected behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay should continue to function normally, allowing the VPN to connect and route traffic without interruptions.
Actual behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay stopped working. There were several retries, but the VPN eventually stopped. After modifying the nekoray/config/routes/Default configuration by setting "sniffing_mode": 0, the following error occurred:
025/02/19 19:35:59 [Warning] [3604076161] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [context canceled dial tcp ***.***.**.***:443: operation was canceled] > common/retry: all retry attempts failed
The issue persists across different browsers, including Chrome, suggesting it is not browser-related.
How to reproduce
Update MacOS to Sequoia 15.3.1.
Launch NekoRay and attempt to connect to the VPN.
Observe the VPN retries and eventual failure.
Modify the nekoray/config/routes/Default file by setting "sniffing_mode": 0.
Attempt to reconnect and observe the error message in the logs.
Additional details:
The issue occurs regardless of the browser used (tested on Chrome and other browsers).
No specific network restrictions or firewall changes were made prior to the update.
Log
025/02/19 19:35:59 [Warning] [3604076161] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [context canceled dial tcp ***.***.**.***:443: operation was canceled] > common/retry: all retry attempts failed
Additional notes:
Suspected that the issue might be related to compatibility with MacOS Sequoia 15.3.1.
The problem persists even after modifying the configuration file, indicating a deeper issue with the application or its interaction with the updated OS.
Further investigation is required to determine if this is a bug in NekoRay or an incompatibility with the new MacOS version.
Let me know if you need further assistance!
The text was updated successfully, but these errors were encountered:
Describe the problem
Expected behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay should continue to function normally, allowing the VPN to connect and route traffic without interruptions.
Actual behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay stopped working. There were several retries, but the VPN eventually stopped. After modifying the
nekoray/config/routes/Default
configuration by setting"sniffing_mode": 0
, the following error occurred:The issue persists across different browsers, including Chrome, suggesting it is not browser-related.
How to reproduce
nekoray/config/routes/Default
file by setting"sniffing_mode": 0
.Additional details:
Log
Additional notes:
Let me know if you need further assistance!
The text was updated successfully, but these errors were encountered: