dnscache service: fix bug with several assigned DNS servers
This commit is contained in:
parent
c81e172468
commit
98270cb959
@ -14,7 +14,7 @@ let
|
||||
|
||||
${concatStrings (mapAttrsToList (host: ips: ''
|
||||
${concatMapStrings (ip: ''
|
||||
echo ${lib.escapeShellArg ip} > "$out/servers/"${lib.escapeShellArg host}
|
||||
echo ${lib.escapeShellArg ip} >> "$out/servers/"${lib.escapeShellArg host}
|
||||
'') ips}
|
||||
'') cfg.domainServers)}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user