- 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:
parent
e444aad0ac
commit
32caedbc10
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user