Skip to content

Commit

Permalink
adguard: use DNS over HTTPS upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jan 14, 2025
1 parent bf0c689 commit 2690ddb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixos/pi/adguard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@
];
ratelimit = 0;
upstream_dns = [
"https://cloudflare-dns.com/dns-query"
# "https://dns.quad9.net/dns-query"
"[/lan/]192.168.1.254"
];
bootstrap_dns = [
"9.9.9.9"
"149.112.112.112"
"[/lan/]192.168.1.254"
];
aaaa_disabled = true;
local_ptr_upstreams = [ "192.168.1.254" ];
Expand Down

0 comments on commit 2690ddb

Please sign in to comment.