From 753699869e6a867314d80a69d1ad8d690619f8d1 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 13 Jun 2023 13:33:36 +0800 Subject: [PATCH] hosts/plover: update nameserver list --- hosts/plover/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index b289c2a3..213e2f39 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -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.