-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathindex.html
70 lines (61 loc) · 3.36 KB
/
index.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CF PROXYIP REMOTE Check(CloudFlare 反代IP检测) - EDtunnel App</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="Free online tool to check CloudFlare reverse proxy IP addresses and network details. Verify your CloudFlare configuration and optimize your setup." />
<meta name="keywords"
content="CloudFlare,PROXYIP,EDtunnel, reverse proxy, IP check, CDN, network tools, IP detection, CloudFlare proxy, web security" />
<meta name="author" content="EDtunnel" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://proxyip.edtunnel.best" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://proxyip.edtunnel.best" />
<meta property="og:title" content="CloudFlare IP REMOTE Check Tool - Verify Your CDN Configuration" />
<meta property="og:description"
content="Free online tool to check CloudFlare reverse proxy IP addresses and network details. Verify your CloudFlare configuration and optimize your setup." />
<meta property="og:image" content="https://dynamic-og-image-generator.vercel.app/api/generate?title=CloudFlare+PROXYIP+Check&author=EDtunnel&websiteUrl=https%3A%2F%2Fproxyip.edtunnel.best&avatar=https%3A%2F%2Fshop.rtt.icu%2Fdogecoin.svg&theme=shadesOfPurple" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="CF IP REMOTE Check" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://proxyip.edtunnel.best" />
<meta name="twitter:title" content="CloudFlare IP REMOTE Check Tool - Verify Your CDN Configuration" />
<meta name="twitter:description"
content="Free online tool to check CloudFlare reverse proxy IP addresses and network details. Verify your CloudFlare configuration and optimize your setup." />
<meta name="twitter:image" content="https://dynamic-og-image-generator.vercel.app/api/generate?title=CloudFlare+PROXYIP+Check&author=EDtunnel&websiteUrl=https%3A%2F%2Fproxyip.edtunnel.best&avatar=https%3A%2F%2Fshop.rtt.icu%2Fdogecoin.svg&theme=shadesOfPurple" />
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "CloudFlare IP REMOTE Check Tool",
"description": "Free online tool to check CloudFlare reverse proxy IP addresses and network details",
"applicationCategory": "NetworkingApplication",
"operatingSystem": "All",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<!-- Mobile App Meta -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="CF IP REMOTE Check">
<!-- Additional Meta -->
<meta name="theme-color" content="#ffffff">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>