hosts/plover: update nameserver list

With the right configuration alongside systemd-resolved, it shouldn't be
much of a problem.
This commit is contained in:
Gabriel Arazas 2023-06-22 18:03:21 +08:00
parent 9cfe72a62c
commit ff3dd9d3f7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -53,20 +53,6 @@ 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 = { services.fail2ban = {
ignoreIP = [ ignoreIP = [
# VPN clients. # VPN clients.