NEW | Network Security [1.13.x - 1.21.x] :airplane: AntiVPN and AntiProxy [FREE] 2.0.0-ALPHAv3
- The plugin has been enhanced with more APIs to better support more monthly players.
- Changes in config.yml
- Currently, the plugin doesn't require a geolocation API to work, but if you're a large server with a lot of traffic, you have the option to use an extra API.
Code (YAML):
api
:
# API keys for the IP detection services.
# Leave an API blank if you don’t want to use it.
# ===============================
# VPN Y PROXY - Configuration
# ===============================
proxycheck
: your-proxycheck-key
# https://proxycheck.io/
ipHub
: your-proxycheck-key
# https://iphub.info/
ipQualityScore
: your-proxycheck-key
# https://www.ipqualityscore.com/
# ===============================
# GEOLOCALIZADORES - Configuration (not mandatory)
# ===============================
ipinfo
: your-ipinfo-token
# https://ipinfo.io/
ipgeolocation
: your-ipgeolocation-key
# https://ipgeolocation.io/
Test:
Code (Text):
[19:34:20 INFO] [NetworkSecurity]: === Iniciando test de APIs (VPN y GEO) para IP: 201.--.---.- ===
[19:34:20 INFO] [NetworkSecurity]: >>> Test de servicios VPN/Proxy:
[19:34:21 INFO] [NetworkSecurity]: [ProxyCheck API] Proxy=false
[19:34:21 INFO] [NetworkSecurity]: [IPQualityScore API] Proxy=false
[19:34:21 INFO] [NetworkSecurity]: [IpHub API] Proxy=false
[19:34:21 INFO] [NetworkSecurity]: >>> Test de servicios de Geolocalización:
[19:34:21 INFO] [NetworkSecurity]: [IpWhoIs API] Country=PE, Continent=South America
[19:34:21 INFO] [NetworkSecurity]: [IpInfo API] Country=PE, Continent=South America
[19:34:22 INFO] [NetworkSecurity]: [IpGeolocation API] Country=PE, Continent=South America
[19:34:22 INFO] [NetworkSecurity]: [IpApi API] Country=PE, Continent=South America
[19:34:22 INFO] [NetworkSecurity]: === Fin del test de APIs ===