From 07ce7643e05dc64a60ff2bdd9078043a506f7fce Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 28 Jun 2019 21:40:49 +0200 Subject: [PATCH] Noch ein weiter DNS-Server --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index b3beafe..31d11ed 100644 --- a/configuration.nix +++ b/configuration.nix @@ -42,7 +42,10 @@ }; defaultGateway = { address = "193.96.224.225"; }; defaultGateway6 = { address = "2a03:2267:ffff:c00::1"; }; - nameservers = [ "46.182.19.48" "2a02:2970:1002::18" ]; # lieber digitalcourage als google + nameservers = [ + "46.182.19.48" "2a02:2970:1002::18" # Digitalcourage DNS Server + "194.150.168.168" # AS250, https://www.ccc.de/de/censorship/dns-howto + ]; firewall.rejectPackets = true; };