mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
unbound.conf.d: rm dns-mullvad, add dot-mullvad[-adblock]
This commit is contained in:
parent
61d19724fa
commit
41879fe5e8
@ -1,13 +0,0 @@
|
|||||||
# WARNING! This is unencrypted DNS, you don't want this outside of using
|
|
||||||
# Mullvad's VPN.
|
|
||||||
|
|
||||||
forward-zone:
|
|
||||||
name: "."
|
|
||||||
|
|
||||||
# Mullvad Wireguard
|
|
||||||
forward-addr: 10.64.0.1
|
|
||||||
# Mullvad OpenVPN "(or any other address matching 10.x.0.1)"
|
|
||||||
forward-addr: 10.8.0.1
|
|
||||||
|
|
||||||
# Mullvad’s own public, non-logging DNS server.
|
|
||||||
forward-addr: 193.138.218.74
|
|
12
etc/unbound/unbound.conf.d/dot-mullvad-adblock.conf
Normal file
12
etc/unbound/unbound.conf.d/dot-mullvad-adblock.conf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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: 2a07:e340::3#adblock.doh.mullvad.net
|
||||||
|
forward-addr: 194.242.2.3@853#adblock.doh.mullvad.net
|
||||||
|
forward-addr: 193.19.108.3@853#adblock.doh.mullvad.net
|
12
etc/unbound/unbound.conf.d/dot-mullvad.conf
Normal file
12
etc/unbound/unbound.conf.d/dot-mullvad.conf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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: 2a07:e340::2@853#doh.mullvad.net
|
||||||
|
forward-addr: 194.242.2.2@853#doh.mullvad.net
|
||||||
|
forward-addr: 193.19.108.2@853#doh.mullvad.net
|
Loading…
Reference in New Issue
Block a user