MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network
https://meile.app
GNU General Public License v3.0
34 stars 6 forks source link

Bug in routes.sh with v2ray nodes in Linux #98

Open freQniK opened 2 months ago

freQniK commented 2 months ago

Sometimes when connecting to a v2ray node in Meile, the following error spits out before v2ray goes nuts

Error: either "to" is duplicate, or "192.168.1.1" is a garbage.

it may have to do with this line:

https://github.com/MathNodes/meile-gui/blob/ec2dc231860d5ddb5110a3b6220c8b5cb6e40973/src/bin/routes.sh#L43

This error causes a lot of resources to be consumed as the routes go into a continuous loop and propagating faster and faster.

Debugging statements should be applied to routes.sh to see exactly what line is causing this error.

MathNodes commented 2 months ago

I created echo statements for this file on my other PC. I will commit the debug echoes shortly.

⁣freQniK- Core Developer MathNodes www.mathnodes.com​

On Apr 24, 2024, 8:01 PM, at 8:01 PM, freQniK @.***> wrote:

Sometimes when connecting to a v2ray node in Meile, the following error spits out before v2ray goes nuts

Error: either "to" is duplicate, or "192.168.1.1" is a garbage.

it may have to do with this line:

https://github.com/MathNodes/meile-gui/blob/ec2dc231860d5ddb5110a3b6220c8b5cb6e40973/src/bin/routes.sh#L43

This error causes a lot of resources to be consumed as the routes go into a continuous loop and propagating faster and faster.

Debugging statements should be applied to routes.sh to see exactly what line is causing this error.

-- Reply to this email directly or view it on GitHub: https://github.com/MathNodes/meile-gui/issues/98 You are receiving this because you are subscribed to this thread.

Message ID: @.***>