http_proxy_rotator

Version, currently master branch1 version
  • master branchlatestSep 6, 2019

github.com/confact/proxy_rotator.cr_docker

The docker of proxy_rotator.cr with simple sample config

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  http_proxy_rotator:
    github: confact/proxy_rotator.cr_docker
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT

Dependencies

Runtime Dependencies

  • proxy_rotator*github: confact/proxy_rotator.cr, branch: master

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