proxy-utilities

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

Usage no npm install needed!

<script type="module">
  import proxyUtilities from 'https://cdn.skypack.dev/proxy-utilities';
</script>

README

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