Resolver DNS
Configuration Unbound
server
interface: 127.0.0.1@8053
interface: ::1@8053
include: /etc/unbound/local.d/*.conf
tls-service-key: ""
tls-service-pem: ""
https-port: 8053
http-endpoint: "/dns-query"
http-notls-downstream: no
Configuration Caddy
doh.fede.re {
reverse_proxy h2c://127.0.0.1:8053
}
Ad Block
curl -s https://sebsauvage.net/hosts/raw | awk '{ print "local-zone: \""$1"\" refuse"}' | sort -u > /etc/unbound/local.d/adblock.conf
Pas de commentaires