fix
This commit is contained in:
parent
ca385f3daa
commit
e3f4355ccc
|
@ -1,7 +1,9 @@
|
||||||
let
|
let
|
||||||
upstream = "https://one.one.one.one/dns-query";
|
upstream = "https://one.one.one.one/dns-query";
|
||||||
in {
|
in {
|
||||||
services.blocky = {
|
services = {
|
||||||
|
resolved.extraConfig = "DNSStubListener=no";
|
||||||
|
blocky = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
ports.dns = 53;
|
ports.dns = 53;
|
||||||
|
@ -21,4 +23,5 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue