Browse Source

Update README.md

1.4
clowwindy 11 years ago
parent
commit
f7c6f6b251
  1. 19
      README.md

19
README.md

@ -53,15 +53,16 @@ Example:
Explanation of the fields: Explanation of the fields:
| Name | Explanation | | Name | Explanation |
| ----------- | ----------------------------------------------- | | ------------- | ----------------------------------------------- |
| server | the your server listens | | server | the address your server listens |
| server_port | server port | | server_port | server port |
| local_port | local port | | local_address | the address your local listens |
| password | password used for encryption | | local_port | local port |
| timeout | in seconds | | password | password used for encryption |
| method | encryption method, "aes-256-cfb" is recommended | | timeout | in seconds |
| fast_open | use [TCP_FASTOPEN][2], true / false | | method | encryption method, "aes-256-cfb" is recommended |
| fast_open | use [TCP_FASTOPEN][2], true / false |
Run `ssserver -c /etc/shadowsocks.json` on your server. To run it in the background, [use supervisor][8]. Run `ssserver -c /etc/shadowsocks.json` on your server. To run it in the background, [use supervisor][8].

Loading…
Cancel
Save