From becb6c08e4a90602398be5d78e37f75728587b8b Mon Sep 17 00:00:00 2001 From: Max Lv Date: Mon, 16 Jan 2017 10:03:07 +0800 Subject: [PATCH] Update docs for JSON config --- doc/shadowsocks-libev.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/shadowsocks-libev.asciidoc b/doc/shadowsocks-libev.asciidoc index 1933cf08..3c0cdef6 100644 --- a/doc/shadowsocks-libev.asciidoc +++ b/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 | -a nobody | "user": "nobody" | --fast-open | "fast_open": true +| --plugin "obfs-server" | "plugin": "obfs-server" +| --plugig-opts "obfs=http" | "plugin_opts": "obfs=http" | -6 | "ipv6_first": true | -A | "auth": true | -n "/etc/nofile" | "nofile": "/etc/nofile"