Skip to content

Commit 744728c

Browse files
committed
Chore: update README.md
1 parent 2036f8c commit 744728c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Pre-built binaries are available: [release](https://github.com/Dreamacro/clash/r
3838

3939
Requires Go >= 1.12.
4040

41+
Checkout Clash version:
42+
43+
```sh
44+
clash -v
45+
```
46+
4147
## Daemon
4248

4349
Unfortunately, there is no native elegant way to implement golang's daemon.
@@ -143,6 +149,8 @@ Proxy:
143149
# skip-cert-verify: true
144150
# host: bing.com
145151
# path: "/"
152+
# headers:
153+
# custom: value
146154

147155
# vmess
148156
# cipher support auto/aes-128-gcm/chacha20-poly1305/none
@@ -182,7 +190,7 @@ Proxy Group:
182190
- { name: "fallback-auto", type: fallback, proxies: ["ss1", "ss2", "vmess1"], url: "http://www.gstatic.com/generate_204", interval: 300 }
183191

184192
# load-balance: The request of the same eTLD will be dial on the same proxy.
185-
- { name: "load-balance", type: load-balance, proxies: ["ss1", "ss2", "vmess1"] }
193+
- { name: "load-balance", type: load-balance, proxies: ["ss1", "ss2", "vmess1"], url: "http://www.gstatic.com/generate_204", interval: 300 }
186194

187195
# select is used for selecting proxy or proxy group
188196
# you can use RESTful API to switch proxy, is recommended for use in GUI.

0 commit comments

Comments
 (0)