Skip to main content

The tool to check the health of proxy list

Project description

Installation

pip install -U prox

How to check the proxy list

You have to provide at least the type and location of proxy list.

If the proxylist located at http://example.com/abc.txt:

prox_check socks URL http://example.com/abc.txt

If the list is in local file:

prox_check socks path/to/file.txt

How to check multiple lists

Create file foo.yml like:

config:
  save: 1

task:
  - proxy_type: socks
    plist_url: var/plist1.txt
    limit: 100

  - proxy_type: http
    plist_url: http://example.com/servers.txt
    limit: 100

It should by YML list of tasks. Each task contains key names same as check_plist.py command line arguments.

Run the command:

prox_task foo.yml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prox-0.0.6.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file prox-0.0.6.tar.gz.

File metadata

  • Download URL: prox-0.0.6.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for prox-0.0.6.tar.gz
Algorithm Hash digest
SHA256 598725676fa1d50bd101142847d9876c14309f4aca09ec00e56e33fd8dbf8faa
MD5 81f58245f6e3b91d03380ecd1d6ec60b
BLAKE2b-256 d5e831801c54113fa612f10a59881e41252aa4e04175a8fa3d47536c1b0f8721

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page