Custom DNS with client groups #1466
Unanswered
actioninja
asked this question in
Q&A
Replies: 1 comment
-
Not that I'm aware of. But what's the problem running two instances of blocky on one server? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upfront info to avoid an XY Problem:
I have an internally hosted server that I would like accessible from the greater internet, as well as from a VPN, and from internal traffic. I currently use Cloudflare's proxied DNS provider for greater internet access. This works for most usecases, but causes problems on occasion, as well as makes configuration of IP based whitelists clunkier and less intuitive. An easy way of avoiding the cloudflare proxy for VPN and internal traffic is a local DNS provider that resolves the domains in question before they go upstream to the correct internal/vpn IP. However, the VPN ips and local network IPs are different.
I would like to be able to use a single instance of Blocky to be able to handle VPN traffic as well as internal network traffic, however the only way to do this seems to be to run two instances, one for the VPN and one for the internal network. Is there a way to do this or am I going to be stuck using two servers?
Beta Was this translation helpful? Give feedback.
All reactions