fixup! modules/network: init kresd
This commit is contained in:
parent
e0c474c81d
commit
d72931c555
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@ in
|
|||
(builtins.filter (s: s != [ ] && s != ""))
|
||||
(lib.strings.concatMapStrings (x: "'${x}',"))
|
||||
];
|
||||
chinaDomains = listToLuaTable (builtins.readFile ./china-domain.txt);
|
||||
chinaDomains = listToLuaTable (builtins.readFile ./china-domains.txt);
|
||||
globalSettings = ''
|
||||
log_level("notice")
|
||||
modules = { 'hints > iterate', 'stats', 'predict' }
|
||||
cache.size = ${cfg.localdns.cacheSize} * MB
|
||||
cache.size = ${toString cfg.localdns.cacheSize} * MB
|
||||
trust_anchors.remove(".")
|
||||
'';
|
||||
tsSettings = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue