InvisibleManVPN / InvisibleMan-XRayClient

A client for xray core
MIT License
424 stars 52 forks source link

How to use the rules #146

Open Mikhail-Bondarev opened 1 month ago

Mikhail-Bondarev commented 1 month ago

Hello. I'm trying to make sure that all my traffic goes directly (without a VPN), and from the Test application goes through a VPN. How do I do this? I kind of wrote the configuration, but when I try to connect, it just doesn't connect (there are no errors, and it doesn't connect). When checking the ping, it writes Timeout. I have written the configuration rules below. Help please. Did I write them correctly? Thank you.

"routing": { "rules": [ { "type": "field", "outboundTag": "vpn", "process": ["Test.exe"] }, { "type": "field", "outboundTag": "direct", "process": [] } ] },

RoniBlade commented 3 weeks ago

Такая же проблема, как получилось решить?