Skip to content

Commit c26ff8d

Browse files
committed
Fix typo
1 parent 5448353 commit c26ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this page, we will look at the config file of trojan. Trojan uses [`JSON`](ht
4747
- `remote_addr`: server address (hostname)
4848
- `remote_port`: server port
4949
- `password`: password used for verification (only the first password in the array will be used)
50-
- `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.
50+
- `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.
5151
- `log_level`: how much log to dump. 0: ALL; 1: INFO; 2: WARN; 3: ERROR; 4: FATAL; 5: OFF.
5252
- `ssl`: `SSL` specific configurations
5353
- `verify`: whether to verify `SSL` certificate **STRONGLY RECOMMENDED**

0 commit comments

Comments
 (0)