Skip to content

Commit 085a650

Browse files
Update README.md
1 parent 438534d commit 085a650

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Java VPN Detection
22

33
Allows you to detect whether or not a specified IPv4 Address belongs to a hosting or vpn / proxy organization.
4-
This library facilitates and simplifies using the web API, and allows you to easily implement the functionality in your java applications.
4+
This library facilitates and simplifies the usage of the [VPN Blocker Web API](https://vpnblocker.net), and allows you to easily implement the functionality in your java applications.
55

66

77
## Usage
88

9+
First things, first.. remember to import the library:
10+
11+
```java
12+
import vpn.detection.*;
13+
```
14+
15+
916
A very basic usage example:
1017

1118
```java
@@ -47,6 +54,3 @@ new Thread(() -> {
4754

4855
## Jar Download
4956
* [Latest Release](https://github.com/HiddenMotives/Java-VPNDetection/releases/latest)
50-
51-
## Required Dependencies
52-
* Gson 2.3.x +

0 commit comments

Comments
 (0)