-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtest.json
More file actions
117 lines (116 loc) · 3.52 KB
/
test.json
File metadata and controls
117 lines (116 loc) · 3.52 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"version": "2",
"templates": [{
"type": 3,
"title": "Clash云网关",
"name": "clash_1",
"description": "一键安装各类网关",
"note": "通过docker容器,配合macvlan,快速使用clash打造白名单、黑名单、S5、HTTP、hysteria2、wireguard多个网关.然后通过爱快下一跳网关进行分流 更多<a href=\"https://hub.docker.com/r/ikuaiapp/clash\" target=\"_blank\">点击这里</a>",
"categories": ["route"],
"platform": "linux",
"logo": "https://dockerfile.15099.net/logo/gateway.png",
"repository": {
"url": "https://gh.15099.net/https://github.com/lihaixin/dockerfile",
"stackfile": "stacks/clash/docker-compose.yml"
},
"env": [
{
"name": "NO",
"label": "用户授权NO",
"description": "用户授权NO,也是自定义模板标识号,未授权NO只能使用免费模板",
"default": "0999202412301280007"
},
{
"name": "CLASH_MODE",
"label": "分流规则CLASH_MODE",
"description": "分流规则CLASH_MODE rule为国内外分流,global是全局代理,默认为rule",
"select": [
{
"text": "rule",
"value": "rule",
"default": "rule"
},
{
"text": "global",
"value": "global"
}
]
},
{
"name": "CLASH_TYPE",
"label": "Clash模板CLASH_TYPE",
"description": "支持白名单、黑名单、S5、HTTP、hysteria2、wireguard网关",
"select": [
{
"text": "M1_BMD白名单模式",
"value": "M1_BMD",
"default": "M1_BMD"
},
{
"text": "M2_HMD黑名单模式",
"value": "M2_HMD"
},
{
"text": "M3_GFL国家分流负载均衡模式",
"value": "M3_GFL"
},
{
"text": "M6_S5纯S5游戏代理,国内环境用",
"value": "M6_S5"
},
{
"text": "M6_S5_DIA 中转代理S5游戏代理,调用CLASH_SUBURL中转 国外环境用",
"value": "M6_S5_DIA"
},
{
"text": "M7_HTTP_DIA 中转代理HTTP游戏代理 ,调用CLASH_SUBURL中转 国外环境用",
"value": "M7_HTTP_DIA"
},
{
"text": "M8_HTTPS_DIA 中转代理HTTPS游戏代理,调用CLASH_SUBURL中转 国外环境用",
"value": "M8_HTTPS_DIA"
},
{
"text": "M9_SS 纯Shadowsocks游戏代理",
"value": "M9_SS"
},
{
"text": "M10_H2 纯hysteria2游戏代理",
"value": "M10_H2"
}
]
},
{
"name": "RSERVER",
"label": "落地socks5/http/https/SS/H2 IP",
"description": "输入落地IP",
"default": "6.6.6.6"
},
{
"name": "RPORT",
"label": "落地socks5/http/https/SS/H2 代理端口",
"description": "输入落地IP端口",
"default": "user"
},
{
"name": "RUSER",
"label": "落地socks5/http/https/SS/H2 代理账号",
"description": "落地socks5/http/https/SS/H2 代理账号",
"default": "password"
},
{
"name": "RPASS",
"label": "落地socks5/http/https/SS/H2 代理密码",
"description": "Host port to expose HTTPS port of Dokku (443 if empty)",
"default": "1080"
},
{
"name": "IP",
"label": "容器macvlan IP",
"description": "修改不同的IP",
"default": "172.19.0.1"
}
]
}
]
}