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.
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": [] } ] },