Browse Source

Update docs for JSON config

pull/1085/head
Max Lv 7 years ago
parent
commit
becb6c08e4
1 changed files with 2 additions and 0 deletions
  1. 2
      doc/shadowsocks-libev.asciidoc

2
doc/shadowsocks-libev.asciidoc

@ -167,6 +167,8 @@ The config file equivalent of command line options is listed as example below.
| -t 60 | "timeout": 60 | -t 60 | "timeout": 60
| -a nobody | "user": "nobody" | -a nobody | "user": "nobody"
| --fast-open | "fast_open": true | --fast-open | "fast_open": true
| --plugin "obfs-server" | "plugin": "obfs-server"
| --plugig-opts "obfs=http" | "plugin_opts": "obfs=http"
| -6 | "ipv6_first": true | -6 | "ipv6_first": true
| -A | "auth": true | -A | "auth": true
| -n "/etc/nofile" | "nofile": "/etc/nofile" | -n "/etc/nofile" | "nofile": "/etc/nofile"

Loading…
Cancel
Save