Evolution Host Logo

Evolution Host
Invent the Future



Proxy Blocker - Check & Block all proxies and VPN's


A proxy checker that gives you full control over which type of connections you want to block

Prevent bad actors from being able to connect to your game servers and applications with the Evolution Host proxy checker and blocking service.

Protect your entire networkProxy Checker No voice chat problemsVPN Checker Block any attackBad Actor Checker
Improve load timesFully configurable Instant attack alertsLatest proxy data GRE Tunnel or NAT Configs AvailableSimple proxy checking API
Remote DDoS Protection from EvoShield

Control What You Block

Easy to use

Proxy Checking API

Remotely protect your server

What is a proxy blocker?

A proxy blocker is a tool that analyzes an IP address to determine whether it is a proxy or a residential IP, allowing you to choose a course of action based upon that information. It helps identify if an IP address is being used to mask the user's real identity, typically by checking if it belongs to a known proxy server, VPN, or data center. Proxy checkers are commonly used by applications to detect and block fraudulent, automated, or malicious traffic as well as gameservers to prevent ban evasion via a VPN from a previously banned player.

The Evolution Host proxy checker and blocking service allows you to identify proxy users and block their traffic from reaching your network or application.

Can be used to detect and block

  • Proxies
  • VPNs
  • Data center IPs
  • Hosting providers IPs
  • Previously banned players
  • Malicious network users

Hosting VDS Server

Proxy Checker & Blocker Plans

Level 1

€40.00/month
  • Monthly API Calls: 10,000

Level 2

€60.00/month
  • Monthly API Calls: 100,000

Level 3

€100.00/month
  • Monthly API Calls: 1,000,000
GET
API Request Example

<?php
	// API URL and parameters
	$url = "https://evolution-host.com/api/proxy-blocker.php";
	$params = [
	'account' => 'ypG8c7mXVvr9n4wctbcgdxMjd6PK2uNkQALhqf3YRBFDHd',
	'service_key' => 'figSb6hLiCkJbmwdqsBEOpNh0Nyd6IdLx',
	'ip' => '51.161.50.218',
	'action' => 'check'
	];

	// cURL request
	$ch = curl_init($url . '?' . http_build_query($params));
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
	$response = curl_exec($ch);
	curl_close($ch);

	// Output response
	echo '<pre>' . json_encode(json_decode($response), JSON_PRETTY_PRINT) . '</pre>';
?>

How does the proxy checker work?

Once your order has been placed, you'll receive a unique set of easy to implement API credentials and instructions that'll allow you to programmatically check for proxies or VPN's in your applications or game servers. You will also be able to check manually for proxies and VPN's via the control panel at any time.

Evolution Host use the latest available network data to ensure that the proxy lookup results remain accurate and up to date.

Evolution host the protection

Protection built for you

Use as a VPN checker to identify banned players

The growing usage of Virtual Private Networks (VPNs) has become a challenge for gameserver owners, as banned players increasingly exploit these services to evade their bans. By utilizing a VPN, these individuals can mask their IP addresses, making it difficult for server owners and administrators to enforce permanent bans. This not only undermines the authority of the server but also creates an unfair environment for legitimate players who adhere to the rules.

To combat this issue, the Evolution Host proxy checker and blocker service can be employed to identify and block players attempting to connect to the server via a VPN or proxy thus ensuring that bans remain in place and a fair and safe environment persists for the innocent and genuine members of your gameservers community.