Sign inSign up

harmmatthias/proxy-server

By harmmatthias

Updated over 7 years ago

Simple proxy using TOR network with refreshing ip address every minute.

Image
0

547

harmmatthias/proxy-server repository overview

Proxy Server

This will be a production ready proxy server for Kubernetes using the Tor proxy solution. It can be easy accessed by dns-name:port.

Install and Run

Run locally with docker:

docker run --rm --name proxy -p 9150:9150 harmmatthias/proxy-server:latest

Deploy

Information following

Usage

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.

Configuration

No options provided until now.

Features

  • Change IP every minute
  • Minimal Hops for "fast connection" between 0.1s and 1.3s

Tag summary

Content type

Image

Digest

Size

6.5 MB

Last updated

over 7 years ago

docker pull harmmatthias/proxy-server