Skip to content

Instantly share code, notes, and snippets.

@fullmetalbrackets
Last active February 12, 2024 07:40
Show Gist options
  • Save fullmetalbrackets/b0a62b13e4c76ebcf6c1957087ab500c to your computer and use it in GitHub Desktop.
Save fullmetalbrackets/b0a62b13e4c76ebcf6c1957087ab500c to your computer and use it in GitHub Desktop.
Pi-Hole + Unbound using Quad 9 w/ DNS over TLS
# https://www.reddit.com/r/pihole/comments/unygz9/struggiling_to_find_unbound_doh_setup_guide/i8bqf37
# These lines added to /etc/unbound/unbound.conf.d/pi-hole.conf will configure Unbound as a forwarding resolver to Quad9 using DoT
tls-cert-bundle: /etc/SSL/certs/ca-certificates.crt
forward-zone:
name: "."
forward-tls-upstream: yes
# Quad 9
forward-addr: 9.9.9.9@853#dns.quad9.net
forward-addr: 149.112.112.112@853#dns.quad9.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment