3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 0c1d21dfa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;