-
Notifications
You must be signed in to change notification settings - Fork 68
Choose upstreams based on domain #88
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Heyo,
I have a split-brain DNS set up at home, with internal homelab domains using PowerDNS as a single source of truth alongside DHCP-specific domains. So for example, [hostname].home.internal, [hostname].guest.internal, [hostname].iot.internal all go through my router's default DHCP/dnsmasq setup (dynamic), and then [hostname].srv.internal goes to PowerDNS - so more static.
It'd be awesome if I could match the same set up with leng, as the NextDNS client I currently use doesn't support any more advanced metrics than "100 domains in cache" - and I'd love to be able to see timings etc so I can debug network issues.
dnsmasq's syntax, for example, is server=/home.internal/192.168.1.1, where *.home.internal is resolved by 192.168.1.1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request