<!doctype html>
<html lang="en">
<head>
	<title>Connection Blocked</title>
	<meta charset="UTF-8">
	<script src="https://www.google.com/recaptcha/api.js" async defer></script>
	<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
	<link rel="icon" href="data:;base64,iVBORw0KGgo=">
</head>
<body>
<style>
body { padding: 20px; }
</style>
		
<div class="container-fluid">
<h2>This connection was blocked by the server for security purposes.</h2>
	<p>If you believe this connection was blocked in error, please contact support for more information.</p>
	<p>The blocked IP address is: <b>66.249.92.192</b></p>
	<p>If contacting support, please provide the hostname of the server: <b>dirapp51.directorysecure.com</b></p>

	<br />
	<p>Please use the ReCAPTCHA to unblock the connection:</p>

	<form action="" method="POST">
		<div class="row">
			<div class="col-md-4">
				<div class="panel panel-default">
					<div class="panel-body">
						<div class="g-recaptcha" data-sitekey="6LdZGcAUAAAAAK6jH-IaVEowc6LM3sozLeyO1xXl"></div>
					</div>
					<div class="panel-footer text-center">
						<button class='btn btn-primary' type="submit" name="submit">Unblock</button>
					</div>
				</div>
			</div>
		</div>
	</form>

	<br />
	
	<div class="alert alert-info">Please note: If you are the owner of this website, log into your website admin dashboard and your IP will be unblocked and whitelisted automatically</div>
</div>
</body>
</html>
