How to exclude specific websites from proxy (Android) #2144
Unanswered
LazarenkoA
asked this question in
Q&A
Replies: 1 comment
|
Per-app proxy in Hiddify is app-level only, so it can't bypass individual domains. Domain-based split tunneling is done through sing-box routing rules — you send the domains you want to a If your build exposes it in the UI, you can add the domains under Settings → Routing (the direct/bypass list). Otherwise edit the profile's config and add a rule under {
"route": {
"rules": [
{ "domain_suffix": ["example.com", "bank.ir"], "outbound": "direct" }
]
}
}You can also match with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using Hiddify on Android and I would like to exclude certain websites from being routed through the proxy (i.e., they should open directly without VPN/proxy).
I found that the app supports per-app proxy control (include/exclude apps), but I couldn't find a way to exclude specific domains or websites.
Is there any way to configure domain-based split tunneling (e.g., bypass proxy for certain URLs)?
Or is this only possible via custom config (e.g., sing-box rules)?
Thanks!
All reactions