mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
resolv.conf: more notes, hilight systemd-resolved, add DoH addresses
This commit is contained in:
parent
ca25fa1a66
commit
f58ba9424e
@ -23,12 +23,14 @@ nameserver 2620:fe::9
|
||||
# trust-ad option is required from glibc2.31+ to tell everything to trust
|
||||
# AD/DNSSEC in case there is a localhost DNS server that validates it
|
||||
options edns0 single-request-reopen #trust-ad
|
||||
|
||||
# I am not entirely sure local is valid to use here. And this has a bad
|
||||
# habit of flooding nameserver with names I don't want it to know about
|
||||
# and in some cases there are _fun_ A/AAA responses to nonexistant domains.
|
||||
# !!! The systemd-resolved file to avoid search domains is
|
||||
# /usr/lib/systemd/resolv.conf
|
||||
#search mikaela.internal local mikaela.info
|
||||
|
||||
# note and remember missing DNSSEC
|
||||
# use.opendns.com http://208.69.38.205/
|
||||
# system.opendns.com http://208.69.38.170/
|
||||
@ -44,10 +46,21 @@ options edns0 single-request-reopen #trust-ad
|
||||
# 149.112.112.112, 9.9.9.9
|
||||
# 2620:fe::9, 2620:fe::fe
|
||||
|
||||
# See also:
|
||||
# /run/systemd/resolve/stub-resolv.conf /usr/lib/systemd/resolv.conf /run/systemd/resolve/resolv.conf
|
||||
# 2020-08-08: obviously the purpouse here is to be a random DNS note that
|
||||
# hopefully englightens future me when I need it on everything and nothing
|
||||
# related to DNS!
|
||||
|
||||
# /run/systemd/resolve/stub-resolv.conf contains search domains and doesn't seem to be
|
||||
# DNS-over-HTTPS
|
||||
# Quad9: https://dns.quad9.net/dns-query
|
||||
# Google: https://dns.google/dns-query
|
||||
# Cloudflare: https://cloudflare-dns.com/dns-query
|
||||
# OpenDNS: https://doh.opendns.com/dns-query
|
||||
# Adguard: https://dns.adguard.com/dns-query
|
||||
|
||||
# systemd-resolved symlink files:
|
||||
# !!! /run/systemd/resolve/stub-resolv.conf !!! /usr/lib/systemd/resolv.conf /run/systemd/resolve/resolv.conf
|
||||
|
||||
# !!! /run/systemd/resolve/stub-resolv.conf !!! contains search domains and doesn't seem to be
|
||||
# overwritable and somehow works with Mullvad
|
||||
# https://github.com/mullvad/mullvadvpn-app/issues/1952
|
||||
# /usr/lib/systemd/resolv.conf doesn't contain search domains, can
|
||||
|
Loading…
Reference in New Issue
Block a user