]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/resolve/resolved.conf.in
Implement DNS notifications from resolved via varlink
[thirdparty/systemd.git] / src / resolve / resolved.conf.in
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it under the
4 # terms of the GNU Lesser General Public License as published by the Free
5 # Software Foundation; either version 2.1 of the License, or (at your option)
6 # any later version.
7 #
8 # Entries in this file show the compile time defaults. Local configuration
9 # should be created by either modifying this file, or by creating "drop-ins" in
10 # the resolved.conf.d/ subdirectory. The latter is generally recommended.
11 # Defaults can be restored by simply deleting this file and all drop-ins.
12 #
13 # Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config.
14 #
15 # See resolved.conf(5) for details.
16
17 [Resolve]
18 # Some examples of DNS servers which may be used for DNS= and FallbackDNS=:
19 # Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com
20 # Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google
21 # Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net
22 #DNS=
23 #FallbackDNS={{DNS_SERVERS}}
24 #Domains=
25 #DNSSEC={{DEFAULT_DNSSEC_MODE_STR}}
26 #DNSOverTLS={{DEFAULT_DNS_OVER_TLS_MODE_STR}}
27 #MulticastDNS={{DEFAULT_MDNS_MODE_STR}}
28 #LLMNR={{DEFAULT_LLMNR_MODE_STR}}
29 #Cache=yes
30 #CacheFromLocalhost=no
31 #DNSStubListener=yes
32 #DNSStubListenerExtra=
33 #ReadEtcHosts=yes
34 #ResolveUnicastSingleLabel=no
35 #Monitor=no