Skip to content

Commit 5a81a9a

Browse files
authored
update readme
1 parent 8037528 commit 5a81a9a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
### IP2Proxy PHP Module
1+
# IP2Proxy PHP Module
22

3-
This is the PHP module to lookup IP2Proxy databases from https://www.ip2location.com/proxy-database
3+
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
44

5-
**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.
5+
* Free IP2Proxy BIN Data: http://lite.ip2location.com
6+
* Commercial IP2Proxy BIN Data: http://www.ip2location.com/proxy-database
67

7-
8-
9-
#### Usage
8+
## Usage
109

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

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

5554

56-

0 commit comments

Comments
 (0)