Little improvements, fixes and added WaterdogPE support.
- Added WaterdogPE support.
- Changed messages for beginners.
- Fixed some little errors in ISPFilter and fixed fallback.
- Improved logic in some classes.
- Added two services to default list, thanks to _bad_:
FocSec
Code (YAML):
# https://focsec.com/
#
# Details:
# https://focsec.com/login
#
# This is a PAID SERVICE, require starting from
# $29 monthly subscription for using IP-security
# feature. First plan it's $29 (Lite).
#
# - 3k daily requests, Lite ($29)
# - 10k daily requests, Basic ($49)
# - 25k daily requests, Plus ($89)
# - 1M+ daily requests, Enterprise.
# Enable this service?
enabled
: false
# Model request to use.
model
:
"JSON"
# Insert your key here.
# Don't delete this field!
key
:
""
# URL.
url
:
"https://api.focsec.com/v1/ip/{IP}"
# Headers in case is necessary.
#
# Set to: 'headers: []' to disable.
headers:
'Authorization'
: '
{KEY
}'
# Values to check.
values
:
# Fields to check.
fields
:
-
"is_vpn"
-
"is_proxy"
-
"is_tor"
-
"is_datacenter"
# Type to determine.
type
: boolean
IP-Check
Code (YAML):
# ⛽ IP-Check
# https://ip-check.net/how-to-use-apis.php
#
# Details:
# - Unlimited requests, no key.
# Enable this service?
enabled
: true
# Model request to use.
model
:
"HTML"
# URL.
url
:
"https://ip-check.net/api/proxy-detect.php?ip={IP}"
# Values to check.
values
:
# Fields to check.
fields
:
[
]
# Type to determine.
type
: boolean