Simple proxy using TOR network with refreshing ip address every minute.
547
This will be a production ready proxy server for Kubernetes using the Tor proxy solution. It can be easy accessed by dns-name:port.
Run locally with docker:
docker run --rm --name proxy -p 9150:9150 harmmatthias/proxy-server:latest
Information following
With curl you need to call something similiar to this:
curl --fail --socks5-hostname docker:9150 http://ipinfo.io/ip
For proxy usage dns:port is only needed.
No options provided until now.
Content type
Image
Digest
Size
6.5 MB
Last updated
over 7 years ago
docker pull harmmatthias/proxy-server