hosts/plover: update nameserver list

This commit is contained in:
Gabriel Arazas 2023-06-13 13:33:36 +08:00
parent 9ba11f0fa6
commit 753699869e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -55,6 +55,20 @@ in
};
};
networking.nameservers = [
# dns.google
"8.8.8.8"
"8.8.4.4"
"2001:4860:4860::8888"
"2001:4860:4860::8844"
# cloudflare-dns.com
"1.1.1.1"
"1.0.0.1"
"2606:4700:4700::1111"
"2606:4700:4700::1001"
];
services.fail2ban = {
ignoreIP = [
# VPN clients.