We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this commit @mikemucc has implemented a Docker setup that runs Privoxy and privoxy-blocklist.
This is a nice approach for running Privoxy on any system supporting Docker and using Adblock lists.
With this issue the following topics should be investigated:
The text was updated successfully, but these errors were encountered:
For what it's worth, I've created an image that uses your script: https://github.com/Tardo/docker-privoxy-https
** I have modified your script a bit to make it work without requiring root.
Sorry, something went wrong.
@Tardo thank you very much for this hint. I'll check your project when I start working on this idea.
Building the container for ARM64 should be as simple as passing --platform linux/arm64 to the docker build command.
--platform linux/arm64
docker build
No branches or pull requests
In this commit @mikemucc has implemented a Docker setup that runs Privoxy and privoxy-blocklist.
This is a nice approach for running Privoxy on any system supporting Docker and using Adblock lists.
With this issue the following topics should be investigated:
The text was updated successfully, but these errors were encountered: