Skip to content

Commit

Permalink
Update docs for JSON config
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jan 16, 2017
1 parent 45529cd commit becb6c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/shadowsocks-libev.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ The config file equivalent of command line options is listed as example below.
| -t 60 | "timeout": 60
| -a nobody | "user": "nobody"
| --fast-open | "fast_open": true
| --plugin "obfs-server" | "plugin": "obfs-server"
| --plugig-opts "obfs=http" | "plugin_opts": "obfs=http"

This comment has been minimized.

Copy link
@wongsyrone

wongsyrone Jan 16, 2017

typo

This comment has been minimized.

Copy link
@madeye

madeye Jan 16, 2017

Author

Thx!

| -6 | "ipv6_first": true
| -A | "auth": true
| -n "/etc/nofile" | "nofile": "/etc/nofile"
Expand Down

0 comments on commit becb6c0

Please sign in to comment.