mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 02:21:33 -05:00
Update sys-net.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
391783ddad
commit
248cd35e3e
@ -7,8 +7,8 @@ rm -rf /etc/chrony.conf
|
||||
curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony.conf
|
||||
systemctl enable --now chronyd
|
||||
|
||||
#Force DNSSEC
|
||||
sed -i 's/#DNSSEC=no/DNSSEC=yes/g' /etc/systemd/resolved.conf
|
||||
#Switch DNSSEC to default / allow-downgrade, as there is no guaranteee that the DNS server obtained via DHCP supports DNSSEC.
|
||||
sed -i 's/DNSSEC=yes/#DNSSEC=false/g' /etc/systemd/resolved.conf
|
||||
systemctl restart systemd-resolved
|
||||
|
||||
#Theming
|
||||
|
Loading…
Reference in New Issue
Block a user