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:
| Name | Explanation |
| ----------- | ----------------------------------------------- |
| server | the your server listens |
| server_port | server port |
| local_port | local port |
| password | password used for encryption |
| timeout | in seconds |
| method | encryption method, "aes-256-cfb" is recommended |
| fast_open | use [TCP_FASTOPEN][2], true / false |
| Name | Explanation |
| ------------- | ----------------------------------------------- |
| server | the address your server listens |
| server_port | server port |
| local_address | the address your local listens |
| local_port | local port |
| password | password used for encryption |
| timeout | in seconds |
| 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].

Loading…
Cancel
Save