generated from Misaka-blog/argo-xray-paas-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webpage.html
74 lines (67 loc) · 2.11 KB
/
webpage.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
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Argo-xray-paas</title>
<style type="text/css">
body {
font-family: Geneva, Arial, Helvetica, san-serif;
}
div {
margin: 0 auto;
text-align: left;
white-space: pre-wrap;
word-break: break-all;
max-width: 80%;
margin-bottom: 10px;
}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div><a href="/#UUID#.json">VMESS客户端JSON配置文件</a></div>
<div>Linux下快速使用方法: curl https://平台分配的域名/#UUID#.json | v2ray run</div>
</b>
<div>
<font color="#009900"><b>VMESS 协议链接(VPS 出口):</b></font>
</div>
<div>#vmlink#</div>
<div><img src="/M#UUID#.png"></div>
<div>
<font color="#009900"><b>VMESS 协议链接(WARP 出口):</b></font>
</div>
<div>#vmlink_warp#</div>
<div><img src="/MW#UUID#.png"></div>
<div>
<font color="#009900"><b>VLESS 协议链接(VPS 出口):</b></font>
</div>
<div>#vllink#</div>
<div><img src="/L#UUID#.png"></div>
<div>
<font color="#009900"><b>VLESS 协议链接(WARP 出口):</b></font>
</div>
<div>#vllink_warp#</div>
<div><img src="/LW#UUID#.png"></div>
<div>
<font color="#009900"><b>Trojan 协议链接(VPS 出口):</b></font>
</div>
<div>#trlink#</div>
<div><img src="/T#UUID#.png"></div>
<div>
<font color="#009900"><b>Trojan 协议链接(WARP 出口):</b></font>
</div>
<div>#trlink_warp#</div>
<div><img src="/TW#UUID#.png"></div>
<div>
<font color="#009900"><b>ShadowSocks 协议明文:</b></font>
</div>
<div>服务器地址:#ARGO_URL#</div>
<div>端口:443</div>
<div>密码:#UUID#</div>
<div>加密方式:chacha20-ietf-poly1305</div>
<div>传输协议:ws</div>
<div>host:#ARGO_URL#</div>
<div>path路径(VPS出口):#SS_WSPATH#?ed=2048</div>
<div>path路径(WARP 出口):#SS_WARP_WSPATH#?ed=2048</div>
<div>TLS:开启</div>
</body>
</html>