Separating DNS from Wireguard outbound #2641
Unanswered
radiumatic
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi
Mainly to avoid captcha, I use a Wireguard tunnel from widely used VPN services on my VPS, and a list of "emails" in the routing configuration to have two sets of configs for different purposes. (Another approach to split the connections is much appreciated)
I also host Adguard Home on the server at 127.0.0.1:53. Using
routing
andDNS outbound
to hijack all UDP connections to the port 53, and forwarding them to Adguard. So far, I haven't found any way (including proxySettings inDNS outbound
) to make the DNS requests not go through Wireguard.Of course, I can use the DoH endpoint of Adguard, but it would be much inefficient.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions