etc_systemd_resolved.conf.j2 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  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. [Resolve]
  17. # Some examples of DNS servers which may be used for DNS= and FallbackDNS=:
  18. # 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
  19. # 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
  20. # 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
  21. #DNS=
  22. #FallbackDNS=
  23. #Domains=
  24. #DNSSEC=no
  25. #DNSOverTLS=no
  26. #MulticastDNS=no
  27. #LLMNR=no
  28. #Cache=no-negative
  29. #CacheFromLocalhost=no
  30. DNSStubListener=no
  31. #DNSStubListenerExtra=
  32. #ReadEtcHosts=yes
  33. #ResolveUnicastSingleLabel=no