0xERR0R / blocky

Fast and lightweight DNS proxy as ad-blocker for local network with many features
https://0xERR0R.github.io/blocky/
Apache License 2.0
4.82k stars 210 forks source link

disabling specialUseDomains not working #1613

Open mapl opened 2 months ago

mapl commented 2 months ago

When setting rfc6762-appendixG to false, special domains are still blocked.

specialUseDomains:
  rfc6762-appendixG: false

Is this to be expected?

I want to forward ANY DNS Query to the Upstream DNS Server.

ThinkChaos commented 2 months ago

rfc6762-appendixG only controls some of the special domain names. I guess we can add a enable option so the whole blocking can be fully opted-out of.
That option doesn't exist ATM because the RFCs say it's mandatory to block those TLDs. I guess if you have another internal DNS upstream of Blocky, and it blocks them, it's a valid use case.

mapl commented 2 months ago

Thanks, I created a PR for this #1614