i hate yaml
This commit is contained in:
parent
cd2f2dda52
commit
b8d278dcbf
|
@ -18,7 +18,7 @@ in {
|
|||
};
|
||||
caching = {
|
||||
minTime = "20m";
|
||||
prefetching = true;
|
||||
prefetching = "true";
|
||||
};
|
||||
upstreams = {
|
||||
groups = {
|
||||
|
@ -220,7 +220,7 @@ in {
|
|||
};
|
||||
customDNS = {
|
||||
customTTL = "1h";
|
||||
filterUnmappedTypes = true;
|
||||
filterUnmappedTypes = "true";
|
||||
mapping = { "sako.box" = "192.168.1.28"; };
|
||||
};
|
||||
ports = {
|
||||
|
|
Loading…
Reference in a new issue