mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
unbound: the mass file is not a good idea? cut it?
This commit is contained in:
parent
e4d18d47c5
commit
b5cafdeb90
@ -1,3 +1,5 @@
|
|||||||
|
# I am not confident using so huge list is a good idea, thus dot-*.conf's
|
||||||
|
|
||||||
# NOTE! Requires Unbound 1.7.3 or newer! Debian 9 has 1.6.0
|
# NOTE! Requires Unbound 1.7.3 or newer! Debian 9 has 1.6.0
|
||||||
# Based on https://www.ctrl.blog/entry/unbound-tls-forwarding.html
|
# Based on https://www.ctrl.blog/entry/unbound-tls-forwarding.html
|
||||||
#
|
#
|
||||||
|
13
etc/unbound/unbound.conf.d/dot-quad9.conf
Normal file
13
etc/unbound/unbound.conf.d/dot-quad9.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
server:
|
||||||
|
# Debian ca-certificates location
|
||||||
|
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
|
# ctrl.blog says this is the Fedora location
|
||||||
|
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||||
|
|
||||||
|
forward-zone:
|
||||||
|
name: "."
|
||||||
|
forward-tls-upstream: yes
|
||||||
|
forward-addr: 2620:fe::fe@853#dns.quad9.net
|
||||||
|
forward-addr: 9.9.9.9@853#dns.quad9.net
|
||||||
|
forward-addr: 2620:fe::9@853#dns.quad9.net
|
||||||
|
forward-addr: 149.112.112.112@853#dns.quad9.net
|
Loading…
Reference in New Issue
Block a user