-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run multitor docker with privoxy #9
Comments
Please refer to the multitor repo. We only provide some basic docker files / environment and do not support the application itself. Thank you |
Hi, I guess the error because of docker-multitor installed latest version of alpine and important packages like Privoxy, Tor, Haproxy. Indeed, last year I successfully installed docker-multitor with privoxy. I think multitor package don't maintain anymore. |
sorry but atm we can not go into this project as we not use it in our daily bsns. We keep this issue open, maybe someone wants to get a look at this issue. |
Hi @blacklist-arcc and @phongtnit, I found the problem and is caused by the Privoxy package in Alpine. This is not documented anywhere (or I didn't find it) The workaround to have it working again is to rename the *.new files without that extension
@blacklist-arcc I think is good to add something to the Readme of this project (also my solution) and in the future change the base image of the container to Debian or CentOs that is tested from multitor repo. |
Thanks for your afford. I will check this on my own later and commit the changes. Cheers. |
Hello,
I can run multitor docker with command
multitor --init 5 --user root --socks-port 9000 --control-port 9900 --proxy socks
, however, the option privoxy in the following commandmultitor --init 5 --user root --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy
will be error as shown in the image ImgurPlease help me to fix it, many thanks
The text was updated successfully, but these errors were encountered: