AdGuardHome/dnsforward
Simon Zolin 8d2a9ce923 * dnsfilter: change DNS answer for host rules
When matched by a host rule, return only the IP address specified in rule.
Respond with an empty IP list to another request type.

:: host -- return nothing to A, return :: to AAAA request
0.0.0.0 host -- return 0.0.0.0 to A, return nothing to AAAA request
2020-01-09 19:31:14 +03:00
..
access.go - DNS: fix slow response to /status and /access/list requests 2019-12-17 13:09:03 +03:00
dnsforward.go * dnsfilter: change DNS answer for host rules 2020-01-09 19:31:14 +03:00
dnsforward_http.go - DNS: configuration settings were not applied until full restart 2019-12-19 14:49:15 +03:00
dnsforward_test.go -(dnsforward): fix client settings for CNAME matching 2019-12-23 13:36:59 +03:00
helpers.go Fix #706 -- rDNS for DOH/DOT clients 2019-06-04 20:38:53 +03:00