Created
July 19, 2025 19:29
-
-
Save st3fan/22ac09b7219b29f446a45d6cc599cc06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/unbound/unbound.conf.d/forwarder.conf | |
server: | |
interface: 0.0.0.0 | |
port: 53 | |
do-ip4: yes | |
do-udp: yes | |
do-tcp: yes | |
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt" | |
forward-zone: | |
name: "." | |
forward-tls-upstream: yes | |
forward-addr: 8.8.8.8@853#dns.google | |
forward-addr: 8.8.4.4@853#dns.google | |
forward-addr: 1.1.1.1@853#cloudflare-dns.com | |
forward-addr: 1.0.0.1@853#cloudflare-dns.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment