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
- Host: GitHub
- URL: https://github.com/dockette/proxychain
- Owner: dockette
- License: mit
- Created: 2023-10-12T13:18:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T14:26:20.000Z (about 2 years ago)
- Last Synced: 2024-11-13T03:22:48.359Z (about 1 year ago)
- Topics: docker, forward-proxy, proxy
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.