Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the rules #146

Open
Mikhail-Bondarev opened this issue Oct 19, 2024 · 1 comment
Open

How to use the rules #146

Mikhail-Bondarev opened this issue Oct 19, 2024 · 1 comment

Comments

@Mikhail-Bondarev
Copy link

Mikhail-Bondarev commented Oct 19, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants