This commit is contained in:
Lukas Wurzinger 2025-01-05 01:41:06 +01:00
parent ca385f3daa
commit e3f4355ccc
No known key found for this signature in database

View file

@ -1,7 +1,9 @@
let
upstream = "https://one.one.one.one/dns-query";
in {
services.blocky = {
services = {
resolved.extraConfig = "DNSStubListener=no";
blocky = {
enable = true;
settings = {
ports.dns = 53;
@ -21,4 +23,5 @@ in {
};
};
};
};
}