aa65535 / hev-dns-forwarder

Forwarding DNS queries on TCP transport
44 stars 32 forks source link

New function requirement for IPv6 #5

Open bettermanbao opened 6 years ago

bettermanbao commented 6 years ago

Hello aa65536,

First of all, thanks port this dns forwarder to openwrt. I'm looking for a function like 'filter-aaaa-on-v4' in bind9, it will return NODATA to the ipv4 client if it inquire an AAAA recoder. This function will be very useful while we are using dns forwarder as an upstream server of dnsmasq for a list of domain which will be added into an ipset for traffic redirect. Then we dont need to setup ip6tables rules. All the traffics in that domain list will only go through ipv4 even the client has an ipv6 address.

I dont know if we can manipulate dns data in dns forwarder by filtering aaaa recoder. Any support will be much appreciated, as I need a light weight dns server/forwarder which can do tcp query to upstream server, meanwhile filter aaaa recoder.

Sincerely thanks!