From 7b753e2ed1b25c9ef3b5dbb6ded5733fcb3a2256 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 18 Dec 2023 20:44:48 -0500 Subject: [PATCH] switched to Cloudflare DNS --- hosts/JWST/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/JWST/configuration.nix b/hosts/JWST/configuration.nix index 5b0ae0b..1f76dfa 100644 --- a/hosts/JWST/configuration.nix +++ b/hosts/JWST/configuration.nix @@ -44,7 +44,7 @@ networking.hostName = "JWST"; networking.networkmanager.enable = true; networking.resolvconf.extraConfig = '' - name_servers="8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844" + name_servers="1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001" name_server_blacklist="129.21.3.17 129.21.4.18 2620:8d:8000:0:aba:ca:daba:ec" '';