An open API service indexing awesome lists of open source software.

https://github.com/dockette/proxychain

🐳 Dockerized proxychain forward proxy
https://github.com/dockette/proxychain

docker forward-proxy proxy

Last synced: 3 months ago
JSON representation

🐳 Dockerized proxychain forward proxy

Awesome Lists containing this project

README

          

Dockette / Proxychain


🎁 Dockerized proxychain forward proxy based on proxy-chain library.


🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x





-----

## Usage

```
docker run \
-it \
--rm \
-p 8000:8000 \
-e PROXY_PROXYLIST=1.2.3.4:8000 \
dockette/proxychain
```

## Documentation

- `PROXY_PORT` - default(8000) - Server listed on
- `PROXY_VERBOSE` - default(false) - More verbose mode
- `PROXY_AUTH_USER` - default (null) - Basic auth
- `PROXY_AUTH_PASSWORD` - default(null) - Basic auth
- `PROXY_PROXYLIST` - default([]) - List of forward proxies

## Development

See [how to contribute](https://contributte.org/contributing.html) to this package.

This package is currently maintaining by these authors.



-----

Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.