From c26ff8d85065559803b9961503bb92e0a723f54b Mon Sep 17 00:00:00 2001 From: GreaterFire <32649575+GreaterFire@users.noreply.github.com> Date: Tue, 23 Apr 2019 07:29:41 -0700 Subject: [PATCH] Fix typo --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index c9138841..337f72ad 100644 --- a/docs/config.md +++ b/docs/config.md @@ -47,7 +47,7 @@ In this page, we will look at the config file of trojan. Trojan uses [`JSON`](ht - `remote_addr`: server address (hostname) - `remote_port`: server port - `password`: password used for verification (only the first password in the array will be used) -- `append_payload`: whether to append the first packet to trojan request. It can reduce length patterns of sessions, but may cause stability issues, in which case set it to `false`. For example, if you are running trojan server and trojan client on the same machine, you should set this option to `false` because there is a race condition at the time the client receives its first packet. +- `append_payload`: whether to append the first packet to trojan request. It can reduce length patterns of sessions, but may cause stability issues, in which case set it to `false`. For example, if you are running trojan server and trojan client on the same machine, you should set this option to `false`, because there is a race condition at the time the client receives its first packet. - `log_level`: how much log to dump. 0: ALL; 1: INFO; 2: WARN; 3: ERROR; 4: FATAL; 5: OFF. - `ssl`: `SSL` specific configurations - `verify`: whether to verify `SSL` certificate **STRONGLY RECOMMENDED**