30 questions
Advice
0
votes
0
replies
148
views
VPN server with privoxy/tor
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
Unable to connect to Google GKE Private cluster through bastion/cloud-shell/proxy
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
How can I disable the display of errors 502 and 503 in Privoxy? [duplicate]
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
SQUID-PRIVOXY-TOR issue
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
How to access http request headers from Privoxy?
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
Privoxy as intercepting proxy
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
An http.Get in Go appears not to be using the HTTP proxy specified in the HTTP_PROXY environment variable?
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
Privoxy does not work with traffic from iptables
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
Why my python requests are failling with a 503 status using PRIVOXY and TOR?
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
Privoxy - Block access to local network
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
How do I make a forward-proxy server on k8s and ALB(or NLB)?
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
How to run multiple Tor/Privoxy processes for Scrapy with different ips at the same time?
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
Docker run hangs when starting provixy prior to containerized app
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
How to use Scrapy with Python and Tor over Privoxy in Docker Compose
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
Why does Privoxy constantly listen 1087 port after updating macOS?
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 ...