- Oct 5, 2023
- 447
- 170
Blacklists now work for OpenVPN and WireGuard configs
Rules can be configured on the account level or connection level.
Common formats
Block a website and all its subdomains:
badsite.com, *.badsite.com
The main website may use badsite.com, while logins, assets, APIs, and other services may use subdomains like www.badsite.com, login.badsite.com, api.badsite.com, etc. That’s why it’s better to add both rules: the main domain and all subdomains.
One-character wildcard:
api?.badsite.com
This can match api1.badsite.com, api2.badsite.com, apiX.badsite.com, etc.
Block a website on HTTPS or any other specific port:
badsite.com:443
Block outbound email / spam sending:
*:25, *:465, *:587
Block a single IP:
203.0.113.5
Block a whole IP range / subnet:
203.0.113.0/24
Block a single IP on one port:
203.0.113.5:8080
Block a port range on a host:
badsite.com:8000-9000
Block every domain in a zone, for example .ru:
*.ru
Good to know
No port = all ports are blocked.
*: port = this port is blocked for every destination.
* matches anything, including dots.
*.badsite.com matches subdomains, but not badsite.com itself.
Rules are not case-sensitive.
Use blacklists to keep your traffic under control
Create your own mobile proxies in a few minutes!
Rules can be configured on the account level or connection level.
Common formats
badsite.com, *.badsite.com
The main website may use badsite.com, while logins, assets, APIs, and other services may use subdomains like www.badsite.com, login.badsite.com, api.badsite.com, etc. That’s why it’s better to add both rules: the main domain and all subdomains.
api?.badsite.com
This can match api1.badsite.com, api2.badsite.com, apiX.badsite.com, etc.
badsite.com:443
*:25, *:465, *:587
203.0.113.5
203.0.113.0/24
203.0.113.5:8080
badsite.com:8000-9000
*.ru
Good to know
No port = all ports are blocked.
*: port = this port is blocked for every destination.
* matches anything, including dots.
*.badsite.com matches subdomains, but not badsite.com itself.
Rules are not case-sensitive.
Use blacklists to keep your traffic under control
Create your own mobile proxies in a few minutes!