mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "428802a4fdd7c19f07c3f8fe5ae2f5bdd22e1ea6" and "4f2f41762c1467a7e4758176288021cf063daed9" have entirely different histories.
428802a4fd
...
4f2f41762c
@ -19,11 +19,11 @@ DNS0 https://dns0.eu dns0.eu 2a0f:fc80:: 2a0f:fc81:: 193.110.81.0 185.253.5.0 ht
|
||||
DNS0 Kids https://kids.dns0.eu kids.dns0.eu 2a0f:fc80::1 2a0f:fc81::1 193.110.81.1 185.253.5.1 https://www.dns0.eu/kids.dns0.eu.mobileconfig private https://www.dns0.eu/privacy
|
||||
DNS0 Open (unfiltered, discouraged) https://open.dns0.eu open.dns0.eu 2a0f:fc80::ffff 2a0f:fc81::ffff 193.110.81.254 185.253.5.254 https://dns0.eu/open.dns0.eu.mobileconfig private https://www.dns0.eu/privacy
|
||||
DNS0 Zero https://zero.dns0.eu zero.dns0.eu 2a0f:fc80::9 2a0f:fc81::9 193.110.81.9 185.253.5.9 https://www.dns0.eu/zero.dns0.eu.mobileconfig private https://www.dns0.eu/privacy
|
||||
Mullvad Vanilla https://dns.mullvad.net/dns-query dns.mullvad.net 2a07:e340::2 194.242.2.2 https://github.com/mullvad/encrypted-dns-profiles No 2023-03-11 I tested with https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash/dns-ecs-debug.bash
|
||||
Mullvad Adblock https://adblock.dns.mullvad.net/dns-query adblock.dns.mullvad.net 2a07:e340::3 194.242.2.3 https://github.com/mullvad/encrypted-dns-profiles No 2023-03-11 I tested with https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash/dns-ecs-debug.bash
|
||||
Mullvad Base https://base.dns.mullvad.net/dns-query base.dns.mullvad.net 2a07:e340::4 194.242.2.4 https://github.com/mullvad/encrypted-dns-profiles
|
||||
Mullvad Extended https://extended.dns.mullvad.net/dns-query extended.dns.mullvad.net 2a07:e340::5 194.242.2.5 https://github.com/mullvad/encrypted-dns-profiles
|
||||
Mullvad All https://all.dns.mullvad.net/dns-query all.dns.mullvad.net 2a07:e340::9 194.242.2.9 https://github.com/mullvad/encrypted-dns-profiles
|
||||
Mullvad Vanilla https://dns.mullvad.net/dns-query dns.mullvad.net 2a07:e340::2 194.242.2.2 193.19.108.2 https://github.com/mullvad/encrypted-dns-profiles No 2023-03-11 I tested with https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash/dns-ecs-debug.bash
|
||||
Mullvad Adblock https://adblock.dns.mullvad.net/dns-query adblock.dns.mullvad.net 2a07:e340::3 194.242.2.3 193.19.108.3 https://github.com/mullvad/encrypted-dns-profiles No 2023-03-11 I tested with https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash/dns-ecs-debug.bash
|
||||
Mullvad Base https://base.dns.mullvad.net/dns-query base.dns.mullvad.net https://github.com/mullvad/encrypted-dns-profiles
|
||||
Mullvad Extended https://extended.dns.mullvad.net/dns-query extended.dns.mullvad.net https://github.com/mullvad/encrypted-dns-profiles
|
||||
Mullvad All https://all.dns.mullvad.net/dns-query all.dns.mullvad.net https://github.com/mullvad/encrypted-dns-profiles
|
||||
NextDNS https://dns.nextdns.io dns.nextdns.io 2a07:a8c1:: 2a07:a8c0:: 45.90.30.0 45.90.28.0 https://apple.nextdns.io/ opt-in, private, upstream whitelist https://medium.com/nextdns/how-we-made-dns-both-fast-and-private-with-ecs-4970d70401e5
|
||||
NextDNS Firefox https://firefox.dns.nextdns.io no
|
||||
OpenDNS https://doh.opendns.com/dns-query dns.opendns.com ? (#127) 2620:119:35::35 2620:119:53::53 208.67.222.222 208.67.220.220 yes, upstream whitelist https://support.opendns.com/hc/articles/227987647-EDNS-Client-Subnet-FAQ
|
||||
|
|
5
etc/systemd/resolved.conf.d/dot-mullvad-adblock.conf
Normal file
5
etc/systemd/resolved.conf.d/dot-mullvad-adblock.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[Resolve]
|
||||
DNS=2a07:e340::3#adblock.doh.mullvad.net 194.242.2.3#adblock.doh.mullvad.net 193.19.108.3#adblock.doh.mullvad.net
|
||||
Domains=~.
|
||||
DNSOverTLS=yes
|
||||
Cache=yes
|
@ -1,9 +1,5 @@
|
||||
[Resolve]
|
||||
DNS=2a07:e340::2#dns.mullvad.net 194.242.2.2#dns.mullvad.net
|
||||
#DNS=194.242.2.3#adblock.dns.mullvad.net 2a07:e340::3#adblock.dns.mullvad.net
|
||||
#DNS=2a07:e340::4#base.dns.mullvad.net 194.242.2.4#base.dns.mullvad.net
|
||||
#DNS=2a07:e340::5#extended.dns.mullvad.net 194.242.2.5#extended.dns.mullvad.net
|
||||
#DNS=2a07:e340::9#all.dns.mullvad.net 194.242.2.9#all.dns.mullvad.net
|
||||
DNS=2a07:e340::2#doh.mullvad.net 194.242.2.2#doh.mullvad.net 193.19.108.2#doh.mullvad.net
|
||||
Domains=~.
|
||||
DNSOverTLS=yes
|
||||
Cache=yes
|
||||
|
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@853#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…
x
Reference in New Issue
Block a user