diff options
author | B. Watson <urchlay@slackware.uk> | 2024-01-20 00:49:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 01:00:45 +0700 |
commit | 9a766de5bd77165efdf34d132bdc7fccc28e2ef0 (patch) | |
tree | 729d1d10a4b521c1e31e1ccd875e485e707f22bf /network/nss-tls/nss-tls.conf | |
parent | 0d10165c00eaba0426a835f2cacb39c2771f71c2 (diff) |
network/nss-tls: Added (dns over https).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nss-tls/nss-tls.conf')
-rw-r--r-- | network/nss-tls/nss-tls.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/network/nss-tls/nss-tls.conf b/network/nss-tls/nss-tls.conf new file mode 100644 index 0000000000000..5227d4d752dee --- /dev/null +++ b/network/nss-tls/nss-tls.conf @@ -0,0 +1,27 @@ +# nss-tls.conf - config for nss-tlsd daemon, part of nss-tls SBo package. + +# The only setting here is 'resolvers=', which must be a comma-separated +# list of one or more DNS-over-HTTPS server URLs. Although it's possible +# to use hostnames, it's better to use IP addresses in the URLs. + +# There's a list of public DoH servers found by port-scanning, here: +# https://zenodo.org/records/4923371 + +# Or, you could run your own (with unbound). + +# Do not remove this line: +[global] + +# Google, DNS9, Cloudflare. These are the default servers from Debian's +# nss-tls package. +resolvers=https://9.9.9.9/dns-query,https://1.1.1.1/dns-query,https://8.8.8.8/dns-query + +# AdGuards's default (ad/tracker blocking, but no content filtering) servers. +# These can be IPv6, too. See https://adguard-dns.io/en/public-dns.html +# resolvers=https://94.140.14.14/dns-query,https://94.140.15.15/dns-query + +# AdGuards's non-filtering servers +# resolvers=https://94.140.14.140/dns-query,https://94.140.15.141/dns-query + +# AdGuards's "family protection" content-filtering server +# resolvers=https://94.140.14.15/dns-query,https://94.140.15.16/dns-query |