update adguard dns list

This commit is contained in:
Kopatz
2025-08-13 13:42:26 +02:00
parent 9a75f0b57b
commit e64aedbf56
2 changed files with 7 additions and 1 deletions

View File

@@ -66,6 +66,12 @@ in {
upstream_dns = [
"https://dns10.quad9.net/dns-query"
"https://dns.adguard-dns.com/dns-query"
"https://noads.joindns4.eu/dns-query"
"tls://getdnsapi.net"
];
fallback_dns = [
"1.1.1.1"
"1.0.0.1"
];
use_http3_upstreams = true;
};

View File

@@ -10,7 +10,7 @@ buildNpmPackage rec {
src = fetchGit {
url = "git@github.com:oberprofis/scheibnkleister-presence.git";
ref = "master";
rev = "35397388369a741411bd7b511794d953249da428";
rev = "b31f6954fc0cf44db4f4ccdab5ae1d4611de1d31";
};
forceGitDeps = true;