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
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": []
}
]
},
The text was updated successfully, but these errors were encountered: