From 92f4ce072fd6579afa6f7a4869ecafb6fad5e2e8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 25 Jan 2023 03:09:17 -0500 Subject: [PATCH] Remove DNSSEC config for Proxmox Proxmox has its own handling of /etc/resolv.conf Signed-off-by: Tommy --- Proxmox-7.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Proxmox-7.sh b/Proxmox-7.sh index cc9cfd8..6eea847 100644 --- a/Proxmox-7.sh +++ b/Proxmox-7.sh @@ -55,6 +55,3 @@ systemctl restart pveproxy.service echo "GSSAPIAuthentication no" > /etc/ssh/ssh_config.d/10-custom.conf echo "VerifyHostKeyDNS yes" >> /etc/ssh/ssh_config.d/10-custom.conf - -sed -i 's/#DNSSEC=no/DNSSEC=yes/g' /etc/systemd/resolved.conf -systemctl restart systemd-resolved \ No newline at end of file