mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 14:23:38 +00:00
fix: switch to a resolved drop-in
This commit is contained in:
@@ -2,6 +2,5 @@ type: script
|
||||
scripts:
|
||||
- authselect.sh
|
||||
- setfilepermissions.sh
|
||||
- securedns.sh
|
||||
# this sets up the proper policy & signing files for signed images to work
|
||||
- signing.sh
|
||||
@@ -0,0 +1,2 @@
|
||||
DNSSEC=allow-downgrade
|
||||
DNSOverTLS=opportunistic
|
||||
@@ -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