MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network

Home Page:https://meile.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG} V2Ray does not connect on Linux Platforms

MathNodes opened this issue · comments

Because we introduced error reporting on connection issues, sentinel-cli spits out an Error that "V2Ray not in $PATH", this is because we handle our own v2ray connection instead of leaving it up to sentinel-cli. But because we stop connection on any error reported this causes v2ray not to work on Linux.

Just need to handle the case when sentinel-cli expects v2ray in $PATH.

Fixed in 78dba1f