Forwarding requests for one domain to an internal nameserver? #459
-
Hi all, just getting started with Blocky and really like it this far. One thing I might have misunderstood in the docs:
I first understood this to mean that I can tell blocky to forward all requests for But I think this is the feature where I can use different upstream servers depending on which "group" I am sorted into, or which subnet the request is coming from. Question: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, it is possible with conditional forwarding. Following example: upstream:
default:
- 1.1.1.1
conditional:
mapping:
fritz.box: 192.168.178.1 Query "example.com" will use "1.1.1.1" as upstream DNS server. Query for "fritz.box" or "subdomain.fritz.box" will be forwarded to "192.168.178.1" |
Beta Was this translation helpful? Give feedback.
Yes, it is possible with conditional forwarding. Following example:
Query "example.com" will use "1.1.1.1" as upstream DNS server. Query for "fritz.box" or "subdomain.fritz.box" will be forwarded to "192.168.178.1"