Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in Block DNS over HTTPS (DoH), using pfsense PDF #22

Closed
teamits opened this issue Feb 26, 2023 · 1 comment
Closed

Typos in Block DNS over HTTPS (DoH), using pfsense PDF #22

teamits opened this issue Feb 26, 2023 · 1 comment

Comments

@teamits
Copy link

teamits commented Feb 26, 2023

https://jpgpi250.github.io/piholemanual/doc/Block%20DOH%20with%20pfsense.pdf

Noticed a few typos...

  1. prevents canary domains from working:
    local-zone: " use-application-dns.net." always_nxdomain
    local-zone: " mask.icloud.com." always_nxdomain
    local-zone: " mask-h2.icloud.com." always_nxdomain

should not have a leading space...with it the domain does resolve, in my testing:
local-zone: "use-application-dns.net." always_nxdomain
local-zone: "mask.icloud.com." always_nxdomain
local-zone: "mask-h2.icloud.com." always_nxdomain

  1. responibility > responsibility, p.6
    "IP addresses for doh1.b-cdn.net needs to be included (user responibility) in the aliases"

Thanks for the write-up and list!!

@jpgpi250
Copy link
Owner

thanks for reporting this, updated the doc, pushed to github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants