An open API service indexing awesome lists of open source software.

https://github.com/ip2location/ip2proxy-go

IP2Proxy Go package allows users to query an IP address to determine if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.
https://github.com/ip2location/ip2proxy-go

go-lang go-package ip2location ip2proxy ip2proxy-database proxy-checker

Last synced: 10 months ago
JSON representation

IP2Proxy Go package allows users to query an IP address to determine if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/ip2location/ip2proxy-go/v4)](https://goreportcard.com/report/github.com/ip2location/ip2proxy-go/v4)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/ip2location/ip2proxy-go/v4)](https://pkg.go.dev/github.com/ip2location/ip2proxy-go/v4)

# IP2Proxy Go Package

This package 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), residential proxies (RES), consumer privacy networks (CPN), and enterprise private networks (EPN). It lookup the proxy IP address from **IP2Proxy BIN Data** file. This data file can be downloaded at

* Free IP2Proxy BIN Data: https://lite.ip2location.com
* Commercial IP2Proxy BIN Data: https://www.ip2location.com/database/ip2proxy

## Developer Documentation
To learn more about installation, usage, and code examples, please visit the developer documentation at [https://ip2proxy-go.readthedocs.io/en/latest/index.html.](https://ip2proxy-go.readthedocs.io/en/latest/index.html)