mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
hosts/plover: update nameserver list
This commit is contained in:
parent
9ba11f0fa6
commit
753699869e
@ -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 = {
|
services.fail2ban = {
|
||||||
ignoreIP = [
|
ignoreIP = [
|
||||||
# VPN clients.
|
# VPN clients.
|
||||||
|
Loading…
Reference in New Issue
Block a user