shell-things/etc/systemd/resolved.conf.d/98-local-resolver.conf

16 lines
325 B
Plaintext
Raw Normal View History

# Being at the higher end of numbers, this file will take priority assuming
# nothing else uses the prefix 99- and override values of others with the
# unsets.
[Resolve]
DNSSEC=false
DNSOverTLS=false
Cache=false
DNS=
DNS=::1
DNS=127.0.0.1
FallbackDNS=
FallbackDNS=::1
FallbackDNS=127.0.0.1
Domains=~.
# vim: filetype=systemd