mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 22:03:10 +00:00
fix: switch to a resolved drop-in
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
# https://wiki.archlinux.org/title/systemd-resolved#DNSSEC
|
||||
sed -i 's/#DNSSEC=no/DNSSEC=allow-downgrade/' /usr/etc/systemd/resolved.conf
|
||||
|
||||
# https://wiki.archlinux.org/title/systemd-resolved#DNS_over_TLS
|
||||
sed -i 's/#DNSOverTLS=no/DNSOverTLS=opportunistic/' /usr/etc/systemd/resolved.conf
|
||||
Reference in New Issue
Block a user