package ip2proxy

  1. Overview
  2. Docs
IP2Proxy OCaml module to get proxy data

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.2.0.tar.gz
md5=ad4fe5b83dcf42fb33a5ec371dab8ca2
sha512=24b726f4320b1021aeeab74417ef31582f1d740f308ff51b68b6a934f42373cbba4b9658df24710909f88c7d728567f57eca5e51903c7a2b61f437cc9cd07707

Description

IP2Proxy OCaml module enables user to query an IP address if it was being used as VPN anonymizer, open proxies, web proxies, Tor exits, data center, web hosting (DCH) range, search engine robots (SES), AI crawlwers (AIC), residential proxies (RES), consumer privacy networks (CPN), and enterprise private networks (EPN).

Tags

ip2proxy proxy

Added to opam-repository:

README

IP2Proxy OCaml Module

Static Badge

This OCaml module allows user to query an IP address if it was being used as VPN anonymizer, open proxies, web proxies, Tor exits, data center, web hosting (DCH) range, search engine robots (SES), AI crawlers (AIC), residential proxies (RES), consumer privacy networks (CPN), and enterprise private networks (EPN). It supports both IP address in IPv4 and IPv6.

Developer Documentation

To learn more about installation, usage, and code examples, please visit the developer documentation at https://ip2proxy-ocaml.readthedocs.io/en/latest/.

Proxy Type

Proxy Type

Description

VPN

Anonymizing VPN services

TOR

Tor Exit Nodes

PUB

Public Proxies

WEB

Web Proxies

DCH

Hosting Providers/Data Center

SES

Search Engine Robots

RES

Residential Proxies [PX10+]

CPN

Consumer Privacy Networks. [PX11+]

EPN

Enterprise Private Networks. [PX11+]

AIC

AI Crawlers. [PX12+]

Usage Type

Usage Type

Description

COM

Commercial

ORG

Organization

GOV

Government

MIL

Military

EDU

University/College/School

LIB

Library

CDN

Content Delivery Network

ISP

Fixed Line ISP

MOB

Mobile ISP

ISP/MOB

Fixed Line or Mobile ISP

DCH

Data Center/Web Hosting/Transit

SES

Search Engine Spider

SES/AIC

Search Engine Spider/AI Crawlers

RSV

Reserved

Threat Type

Threat Type

Description

SPAM

Email and forum spammers

SCANNER

Security Scanner or Attack

BOTNET

Spyware or Malware

BOGON

Unassigned or illegitimate IP addresses announced via BGP

Dependencies (4)

  1. ipaddr >= "4.0.0"
  2. stdint
  3. dune >= "3.4"
  4. ocaml >= "4.08"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None