You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# Java VPN Detection
2
2
3
3
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.
5
5
6
6
7
7
## Usage
8
8
9
+
First things, first.. remember to import the library:
0 commit comments