You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ $ go get -u -v github.com/Dreamacro/clash
37
37
```
38
38
39
39
Pre-built binaries are available here: [release](https://github.com/Dreamacro/clash/releases)
40
-
Pre-built TUN mode binaries are available here: [TUN release](https://github.com/Dreamacro/clash/releases/tag/TUN). Source is not currently available.
40
+
Pre-built Premium binaries are available here: [Premium release](https://github.com/Dreamacro/clash/releases/tag/premium). Source is not currently available.
41
41
42
42
Check Clash version with:
43
43
@@ -120,9 +120,10 @@ experimental:
120
120
# - "user2:pass2"
121
121
122
122
# # experimental hosts, support wildcard (e.g. *.clash.dev Even *.foo.*.example.com)
123
-
# # static domain has a higher priority than wildcard domain (foo.example.com > *.example.com)
123
+
# # static domain has a higher priority than wildcard domain (foo.example.com > *.example.com > .example.com)
124
124
# hosts:
125
125
# '*.clash.dev': 127.0.0.1
126
+
# '.dev': 127.0.0.1
126
127
# 'alpha.clash.dev': '::1'
127
128
128
129
# dns:
@@ -222,6 +223,24 @@ proxies:
222
223
# ws-path: /path
223
224
# ws-headers:
224
225
# Host: v2ray.com
226
+
227
+
- name: "vmess-http"
228
+
type: vmess
229
+
server: server
230
+
port: 443
231
+
uuid: uuid
232
+
alterId: 32
233
+
cipher: auto
234
+
# udp: true
235
+
# network: http
236
+
# http-opts:
237
+
# # method: "GET"
238
+
# # path:
239
+
# # - '/'
240
+
# # - '/video'
241
+
# # headers:
242
+
# # Connection:
243
+
# # - keep-alive
225
244
226
245
# socks5
227
246
- name: "socks"
@@ -268,7 +287,7 @@ proxies:
268
287
# skip-cert-verify: true
269
288
270
289
proxy-groups:
271
-
# relay chains the proxies. proxies shall not contain a proxy-group. No UDP support.
290
+
# relay chains the proxies. proxies shall not contain a relay. No UDP support.
0 commit comments