TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.49k stars 431 forks source link

13.2 broke Real IP header for DNS-over-HTTPS #1113

Open IngmarStein opened 6 days ago

IngmarStein commented 6 days ago

After updating from 13.1.1 to 13.2, my DoH setup stopped working, presumably because https://github.com/TechnitiumSoftware/DnsServer/commit/50276dc2166d1500565aea058c15356e3253f50e changed the behavior to only read the header for plain HTTP connections. My CloudFlare tunnel can use HTTP/2, so I'd like to continue using HTTPS. Would it be possible to make this configurable?

ShreyasZare commented 5 days ago

Thanks for the feedback. Will get that updated in the next release. The secure DoH was earlier not intended to be used with reverse proxy but with the new ACL option now available, I guess it can be included with that.