Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
0 votes
0 replies
148 views

I want to use both a VPN and the anonymity of tor. How can I set up my VPN server, so that all traffic is routed from there through privoxy/tor? (Youtube e.g. has blocked the IP address of my VPN ...
Score of 0
1 answer
898 views

I've setup the GKE private cluster, and trying to follow the Google's documentation and each of the documentation ends up in blockers which we need to figure out ourselves. I have a GKE private ...
Score of -1
1 answer
158 views

I use Privoxy in CURL queries for different sites. $ch = curl_init($url); ... curl_setopt($ch, CURLOPT_PROXY, "localhost:8118"); curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); ... $...
Score of 0
1 answer
307 views

I successfully installed my SQUID-PRIVOXY-TOR chain to let some PC navigate over the TOR sites. My SQUID version is 3.5.20; my Privoxy version is 3.0.33; my TOR version is 0.3.5.18. I face with both ...
Score of 1
0 answers
587 views

I am trying to log all URLs that the user visited in a session on a remote device. I’m thinking of using Privoxy to capture such urls. The traffic from browser would be routed to Privoxy and then to ...
Score of 0
1 answer
472 views

I want to setup Privoxy to be able to filter all http requests that my Wordpress page are sending and receiving, but I have hard time trying to do it. I setup Wordpress with bitnami package and ...
Score of 1
1 answer
301 views

I'm running a Tor-Privoxy Docker container from https://hub.docker.com/r/dperson/torproxy, sudo docker run -it -p 8118:8118 -p 9050:9050 -d dperson/torproxy Consequently, I see that whereas my real ...
Score of 0
1 answer
1666 views

I have privoxy configured and working on port 8118. I can forward HTTP and HTTPS traffic when defining the http_proxy and https_proxy variables to point out to the proxy. Examples: https_proxy=http://...
Score of 1
0 answers
554 views

Im trying to use Privoxy and Tor to rotate my IP address in order to scrape a site without getting ban by IP. So I installed Tor with sudo apt intall tor and then modified the /etc/tor/torrc file ...
Score of 1
0 answers
495 views

I have setup a little privoxy server on my pi and i try now to block all ips in the local nerwork, but it does not work. My attempt was this: deny-access 128.0.0.1/2 192.168.0.0/16 It should stop all ...
Score of 0
1 answer
1432 views

I created forward proxy server on EKS pods behind ALB(created by AWS Load Balancer Controller). All pod can take a response through 8118 port through ALB. The resources like pod and ingress looked ...
Score of 0
1 answer
3144 views

Can someone please explain me how to make it work? I want to run multiple tors at the same time via privoxy for my scrapy project... Each one should be with a different ip adress.
Score of 0
1 answer
561 views

I have a python FastAPI app that runs in a Kubernetes cluster on GKE. I'm trying to get the outbound traffic from the containers (pods) to route through privoxy. To test this I'm building/running ...
Score of 0
1 answer
1522 views

I'm trying to run a Scrapy with Python and tor and privoxy. I'm using the scraper of khpeek/privoxy-tor-scraper in https://github.com/khpeek/privoxy-tor-scraper.Here is my directory structure: - ...
Score of 1
2 answers
612 views

Environment macOS - 10.15.4 (19E266) V2rayU - 2.1.0 Description After updating macOS to 10.15.4, when I try to turn V2ray on, it says http error - listen tcp 127.0.0.1:1087: bind: address already in ...

15 30 50 per page