Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HiddenMotives authored Jul 26, 2017
1 parent 438534d commit 085a650
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Java VPN Detection

Allows you to detect whether or not a specified IPv4 Address belongs to a hosting or vpn / proxy organization.
This library facilitates and simplifies using the web API, and allows you to easily implement the functionality in your java applications.
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.


## Usage

First things, first.. remember to import the library:

```java
import vpn.detection.*;
```


A very basic usage example:

```java
Expand Down Expand Up @@ -47,6 +54,3 @@ new Thread(() -> {

## Jar Download
* [Latest Release](https://github.com/HiddenMotives/Java-VPNDetection/releases/latest)

## Required Dependencies
* Gson 2.3.x +

0 comments on commit 085a650

Please sign in to comment.