1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Remove DNSSEC config for Proxmox

Proxmox has its own handling of /etc/resolv.conf

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-01-25 03:09:17 -05:00 committed by GitHub
parent c30459bcaa
commit 92f4ce072f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,3 @@ systemctl restart pveproxy.service
echo "GSSAPIAuthentication no" > /etc/ssh/ssh_config.d/10-custom.conf echo "GSSAPIAuthentication no" > /etc/ssh/ssh_config.d/10-custom.conf
echo "VerifyHostKeyDNS yes" >> /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