Skip to content

Commit c08a6bc

Browse files
committed
Update documentation to mention support of "CPN" and "EPN" in PX11+
1 parent 1de6f4b commit c08a6bc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Total Downloads](https://img.shields.io/gem/dt/ip2proxy_ruby.svg)](https://rubygems.org/gems/ip2proxy_ruby)
33

44
# IP2Proxy Ruby Library
5-
This module allows user to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges and residential proxies using IP2Proxy BIN database. Other information available includes proxy type, country, state, city, ISP, domain name, usage type, AS number, AS name, threats, last seen date and provider names. It lookup the proxy IP address from **IP2Proxy BIN Data** file or web service.
5+
This module allows user to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges, residential proxies, consumer privacy networks, and enterprise private networks using IP2Proxy BIN database. Other information available includes proxy type, country, state, city, ISP, domain name, usage type, AS number, AS name, threats, last seen date and provider names. It lookup the proxy IP address from **IP2Proxy BIN Data** file or web service.
66

77
For more details, please visit:
88
[https://www.ip2location.com/ip2proxy/developers/ruby](https://www.ip2location.com/ip2proxy/developers/ruby)
@@ -22,6 +22,8 @@ To learn more about installation, usage, and code examples, please visit the dev
2222
|DCH|Hosting Providers/Data Center|
2323
|SES|Search Engine Robots|
2424
|RES|Residential Proxies [PX10+]|
25+
|CPN|Consumer Privacy Networks. [PX11+]|
26+
|EPN|Enterprise Private Networks. [PX11+]|
2527

2628
### Usage Type
2729

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# -- Project information
77

88
project = 'IP2Proxy Ruby'
9-
copyright = '2023, IP2Location'
9+
copyright = '2024, IP2Location'
1010
author = 'IP2Location'
1111

1212
release = '0.1.0'
@@ -59,6 +59,6 @@
5959
# Favicon
6060
html_favicon = 'images/favicon.ico'
6161

62-
html_title = "IP2Proxy PHP"
62+
html_title = "IP2Proxy Ruby"
6363

6464
# html_baseurl = "https://ip2proxy-ruby.readthedocs.io/en/latest/"

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Total Downloads](https://img.shields.io/gem/dt/ip2proxy_ruby.svg)](https://rubygems.org/gems/ip2proxy_ruby)
33

44
# IP2Proxy Ruby Library
5-
This module allows user to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges and residential proxies using IP2Proxy BIN database. Other information available includes proxy type, country, state, city, ISP, domain name, usage type, AS number, AS name, threats, last seen date and provider names. It lookup the proxy IP address from **IP2Proxy BIN Data** file or web service.
5+
This module allows user to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges, residential proxies, consumer privacy networks, and enterprise private networks using IP2Proxy BIN database. Other information available includes proxy type, country, state, city, ISP, domain name, usage type, AS number, AS name, threats, last seen date and provider names. It lookup the proxy IP address from **IP2Proxy BIN Data** file or web service.
66

77
For more details, please visit:
88
[https://www.ip2location.com/ip2proxy/developers/ruby](https://www.ip2location.com/ip2proxy/developers/ruby)

0 commit comments

Comments
 (0)