fixup! Add resolved configuration for DNS

This commit is contained in:
Filippo Berto 2025-06-23 11:49:11 +02:00
parent 9d1f89e3e9
commit d343a6396c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -4,8 +4,15 @@
dnssec = "true";
# dnsovertls = "true";
fallbackDns = [
# CLOUDFLARE
"1.1.1.1"
"1.0.0.1"
"2606:4700:4700::1111"
"2606:4700:4700::1001"
#GOOGLE
"8.8.8.8"
"2001:4860:4860::8844"
];
};
}