fix
This commit is contained in:
parent
0bf1ae9770
commit
6647d907f4
|
@ -1,11 +1,13 @@
|
||||||
{
|
let
|
||||||
|
upstream = "https://one.one.one.one/dns-query";
|
||||||
|
in {
|
||||||
services.blocky = {
|
services.blocky = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
port = 53;
|
port = 53;
|
||||||
upstream.default = ["https://one.one.one.one/dns-query"];
|
upstream.default = [upstream];
|
||||||
bootstrapDns = {
|
bootstrapDns = {
|
||||||
upstream = "https://one.one.one.one/dns-query";
|
inherit upstream;
|
||||||
ips = ["1.1.1.1" "1.0.0.1"];
|
ips = ["1.1.1.1" "1.0.0.1"];
|
||||||
};
|
};
|
||||||
blocking = {
|
blocking = {
|
||||||
|
|
Loading…
Reference in a new issue