https://github.com/confact/proxy_rotator.cr_docker
The docker of proxy_rotator.cr with simple sample config
https://github.com/confact/proxy_rotator.cr_docker
Last synced: 8 months ago
JSON representation
The docker of proxy_rotator.cr with simple sample config
- Host: GitHub
- URL: https://github.com/confact/proxy_rotator.cr_docker
- Owner: confact
- Created: 2019-09-06T09:30:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T11:44:39.000Z (almost 7 years ago)
- Last Synced: 2025-09-24T14:59:25.134Z (9 months ago)
- Language: Crystal
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy_rotator.cr_docker
The docker of proxy_rotator.cr with simple sample config
## ENVs:
* PROXY_USERNAME = username
* PROXY_PASSWORD = password
* PROXYLIST_PATH = path to proxylist file (incl filename)
port: 3199
host: 0.0.0.0
## Proxylist
the proxylist is simple textfile with proxies, in this format:
```
ip:port:username:password
```