mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
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:
parent
9cfe72a62c
commit
ff3dd9d3f7
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user