- resolved: disable fallback DNS servers and fail when no DNS server info could

be obtained from the links. It's better to let the sysadmin know that
  something is likely misconfigured rather than silently handing over the DNS
  queries to Google or Cloudflare.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1234
This commit is contained in:
Franck Bui 2022-01-26 17:34:15 +00:00 committed by Git OBS Bridge
parent e444aad0ac
commit 32caedbc10
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 26 17:34:28 UTC 2022 - Franck Bui <fbui@suse.com>
- resolved: disable fallback DNS servers and fail when no DNS server info could
be obtained from the links. It's better to let the sysadmin know that
something is likely misconfigured rather than silently handing over the DNS
queries to Google or Cloudflare.
-------------------------------------------------------------------
Wed Jan 26 15:20:57 UTC 2022 - Franck Bui <fbui@suse.com>

View File

@ -702,6 +702,7 @@ Have fun with these services at your own risk.
%if %{without resolved}
-Dresolve=false \
%else
-Ddns-servers='' \
-Ddefault-dnssec=no \
-Ddns-over-tls=openssl \
%endif