From 73e63027dbf4de5b5011eeef3d8481fa9ddf9958 Mon Sep 17 00:00:00 2001 From: thelittlefox Date: Tue, 19 May 2020 10:38:29 +0800 Subject: [PATCH] Update use.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit server_addr can be domain. Has been tested,it works fine. --- docs/use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use.md b/docs/use.md index 53b15c39..a367454f 100644 --- a/docs/use.md +++ b/docs/use.md @@ -65,7 +65,7 @@ max_conn=10 ``` 项 | 含义 ---|--- -server_addr | 服务端ip:port +server_addr | 服务端ip/域名:port conn_type | 与服务端通信模式(tcp或kcp) vkey|服务端配置文件中的密钥(非web) username|socks5或http(s)密码保护用户名(可忽略)