Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislim2888 committed Mar 3, 2017
1 parent 8037528 commit 5a81a9a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
### IP2Proxy PHP Module
# IP2Proxy PHP Module

This is the PHP module to lookup IP2Proxy databases from https://www.ip2location.com/proxy-database
This module allows user to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits. It lookup the proxy IP address from **IP2Location BIN Data** file. This data file can be downloaded at

**IP2Proxy Database** contains IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits. The database includes records for all public IPv4 addresses.
* Free IP2Proxy BIN Data: http://lite.ip2location.com
* Commercial IP2Proxy BIN Data: http://www.ip2location.com/proxy-database



#### Usage
## Usage

Open and read IP2Proxy binary database. There are 3 modes:

Expand Down Expand Up @@ -53,4 +52,3 @@ echo '<p><strong>ISP: </strong>' . $records['isp'] . '</p>';
```



0 comments on commit 5a81a9a

Please sign in to comment.