Merge pull request #117905 from yoctocell/privoxy-module-fix-forward-socks5

nixos/privoxy: add missing "/" to "forward-socks5" option
This commit is contained in:
Sandro
2021-04-12 16:49:29 +02:00
committed by GitHub

View File

@@ -242,7 +242,7 @@ in
"default.action"
] ++ optional cfg.inspectHttps (toString inspectAction);
} // (optionalAttrs cfg.enableTor {
forward-socks5 = "127.0.0.1:9063 .";
forward-socks5 = "/ 127.0.0.1:9063 .";
toggle = true;
enable-remote-toggle = false;
enable-edit-actions = false;