i hate yaml 2
This commit is contained in:
parent
b8d278dcbf
commit
d9411266ac
|
@ -14,11 +14,11 @@ in {
|
|||
level = "warn";
|
||||
format = "json";
|
||||
timestamp = "false";
|
||||
privacy = "true";
|
||||
privacy = true;
|
||||
};
|
||||
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