routedns
routedns copied to clipboard
Router's `source` should also check ECS
If the client is behind a NAT, all request will look like they're coming from the same device. dnsmasq allows you to send that information via --add-subnet in the form of EDNS0 records but currently RouteDNS only consideres the source IP.
You can use ecs-address with the ECS modifier?
ecs-modifier is only for proxying queries. I need RouteDNS to parse the data and use it to make a decision in router.source.
Fixed by #471.