From 2b9d5c6db60a94cf299b205d5a85dc7733fd08c3 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 23 Aug 2017 06:24:46 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd9f595..0d3e9b0 100755 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ client options: --source-port force source-port for raw socket,tcp/udp only this option disables port changing while re-connecting other options: - --config-file read options from a configuration file instead of command line + --conf-file read options from a configuration file instead of command line --log-level 0:never 1:fatal 2:error 3:warn 4:info (default) 5:debug 6:trace --log-position enable file name,function name,line number in log @@ -117,7 +117,7 @@ It is suggested to use `aes128cbc` + `md5` to obtain maximum security. If you wa ### `--seq-mode` The FakeTCP mode does not behave 100% like a real tcp connection. ISPs may be able to distinguish the simulated tcp traffic from the real TCP traffic (though it's costly). seq-mode can help you change the seq increase behavior slightly. If you experience connection problems, try to change the value. -### `--config-file` +### `--conf-file` You can also load options from a configuration file in order to keep secrets away from ps command. @@ -144,7 +144,7 @@ Pay attention to the `-k` parameter: In command line mode the quotes around the Then start the server with ```bash -./udp2raw_amd64 --config-file server.conf +./udp2raw_amd64 --conf-file server.conf ```