-
Notifications
You must be signed in to change notification settings - Fork 624
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 bypass all domains except one? #440
Comments
Turns out I'm using software with hardcoded DNS 8.8.8.8 and because of it DNS queries are not resolved properly. Is it possible to route only certain domains through VPN without changing DNS ip? |
How to set up luci-app-xray to bypass all domains except
myexternalip.com
?In "DNS" tab there is fields "Bypassed domain rules" and "Forwarded domain rules" but since by default all domains are forwarded I'm not sure how to change mode from "Forward all except domains in bypassed domain rules" to "Bypass all except domains in forwarded domain rules".
UPD: I tried to
In "General settings" tab empty following fields:
"TCP Server (IPv4)"
"UDP Server (IPv4)"
"TCP Server (IPv6)"
"UDP Server (IPv6)"
Create rule in FakeDNS for "domain:myexternalip.com" to force forward traffic into my server.
But nothing changed, traffic for
myexternalip.com
is still going directly.The text was updated successfully, but these errors were encountered: