Skip to content

Commit 4ea7f9b

Browse files
committed
Linux: only disable systemd dnssec on Debian bullseye
Debian bookworm and newer should have working DNSSEC with systemd-resolved.
1 parent 484bc76 commit 4ea7f9b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

data/kernel/Linux.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ systemd::networks:
144144
LLDP=yes
145145
MulticastDNS=yes
146146
147-
# DNSSEC disabled due to bugs. Looks like https://github.com/systemd/systemd/pull/18624 should fix
148-
# it in systemd 248.
149-
systemd::dnssec: false
150147
systemd::domains: "%{trusted.domain}"
151148
systemd::journald_settings:
152149
Storage: persistent

data/os/codename/bullseye.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ apt::sources:
3636
include:
3737
src: false
3838
architecture: "%{facts.os.architecture}"
39+
40+
# DNSSEC disabled due to bugs. Looks like https://github.com/systemd/systemd/pull/18624 should fix
41+
# it in systemd 248.
42+
systemd::dnssec: false

0 commit comments

Comments
 (0)