proxy-utilities
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Proxy-Utilities

Discord Banner 2

Discord Shield Size Downloads


Motive

Captcha-Utilities is a simple library to make proxy checking & proxy filtering easier and quick. This library has no stable release yet, all features may be subject to unexpected change.

Features

  • Promise based testing
  • Supports credentialed proxies
  • Light weight ( 2 dependencies )
  • Fluent typings & JSDocs
  • Http checking
  • Https checking
  • Google Checking

Planned Features

  • Documentation Site
  • Bulk testing
  • Proxy filtering
  • Get Proxy ping
  • Get Proxy geolocation
  • Get Proxy anonimity
  • And many others.

Install

npm install proxy-utilities
yarn add proxy-utilities

Usage

const { ProxyManager } = require("proxy-utilities")

// Fastcheck utilizes the class' static properties.
ProxyManager.fastCheck("51.68.207.81", 443)
.then((res) => {
    console.log(res)
})

Commit Guidelines

There's really no guidelines, if the code makes sense, and is an obvious improvement, feel free to make a PR for it!


Buy Me A Coffee

/proxy-utilities/

    Package Sidebar

    Install

    npm i proxy-utilities

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    8.26 kB

    Total Files

    7

    Last publish

    Collaborators

    • blairspalace