From 744728cb842080063d3ac9e744d11ce2c50d34e7 Mon Sep 17 00:00:00 2001 From: Dreamacro <305009791@qq.com> Date: Sat, 30 Mar 2019 14:20:04 +0800 Subject: [PATCH] Chore: update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f670adb2..84c606ed 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Pre-built binaries are available: [release](https://github.com/Dreamacro/clash/r Requires Go >= 1.12. +Checkout Clash version: + +```sh +clash -v +``` + ## Daemon Unfortunately, there is no native elegant way to implement golang's daemon. @@ -143,6 +149,8 @@ Proxy: # skip-cert-verify: true # host: bing.com # path: "/" + # headers: + # custom: value # vmess # cipher support auto/aes-128-gcm/chacha20-poly1305/none @@ -182,7 +190,7 @@ Proxy Group: - { name: "fallback-auto", type: fallback, proxies: ["ss1", "ss2", "vmess1"], url: "http://www.gstatic.com/generate_204", interval: 300 } # load-balance: The request of the same eTLD will be dial on the same proxy. -- { name: "load-balance", type: load-balance, proxies: ["ss1", "ss2", "vmess1"] } +- { name: "load-balance", type: load-balance, proxies: ["ss1", "ss2", "vmess1"], url: "http://www.gstatic.com/generate_204", interval: 300 } # select is used for selecting proxy or proxy group # you can use RESTful API to switch proxy, is recommended for use in GUI.