-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcf-1000.html
More file actions
46 lines (43 loc) · 1.42 KB
/
cf-1000.html
File metadata and controls
46 lines (43 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>1000 - DNS points to prohibited IP</title>
<link rel="stylesheet" href="output.css" />
</head>
<body
class="antialiased bg-background text-foreground min-h-screen flex items-center justify-center p-4"
>
<div
class="w-full max-w-lg bg-card text-card-foreground border border-border rounded-lg p-8 shadow-lg"
>
<img src="logo.png" alt="MJWebs Logo" class="mb-6" />
<h1 class="font-bold text-2xl text-foreground mb-2">
DNS points to a prohibited IP.
</h1>
<p class="text-muted-foreground">
An issue was detected with this domain's DNS configuration.
</p>
<p class="text-muted-foreground mt-1">
If you are the site owner, please contact support. If this is a mistake,
please open a
<a
class="text-primary hover:underline"
href="https://discord.gg/nebulaclient"
>
support ticket.
</a>
</p>
<div
class="mt-8 pt-4 border-t border-border text-sm text-muted-foreground space-y-2"
>
<div>::CLOUDFLARE_ERROR_1000S_BOX::</div>
<div class="flex justify-between">
<span>Ray ID: ::RAY_ID::</span>
<span>Client IP: ::CLIENT_IP::</span>
</div>
</div>
</div>
</body>
</html>