summaryrefslogtreecommitdiff
path: root/config/dns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/dns.nix')
-rw-r--r--config/dns.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/dns.nix b/config/dns.nix
index 03ace96..b8986be 100644
--- a/config/dns.nix
+++ b/config/dns.nix
@@ -13,6 +13,12 @@ in
services.bind = {
enable = true;
+ forwarders = [
+ "1.1.1.1"
+ "1.0.0.1"
+ "2606:4700:4700::1111"
+ "2606:4700:4700::1001"
+ ];
cacheNetworks = [
"::1/128"
"127.0.0.0/24"