Replies: 1 comment 1 reply
-
|
You can run two dnscrypt-proxy instances, one listening to an address in the 192.168.1.0/24 network, the other one listening to an address in the 192.168.2.0/24 network. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
it seems it's currently not possible to perform split horizon, i.e. resolving the same URLs into different IPs depending on the source. Here's an example of what I'm trying to achieve:
Requests from a device in 192.168.1.0/24 to ServiceA.MyDomain.com should be answered with 192.168.1.10/32
Requests from a device in 192.168.2.0/24 to ServiceA.MyDomain.com should be answered with 192.168.2.10/32
This can't be solved by forwarding requests for the domain ServiceA.MyDomain.com to a different resolver as the source gets lost by this process. Kindly let me know if this is already possible and I simply missed how to configure DNSCrypt correctly.
Beta Was this translation helpful? Give feedback.
All reactions