-
Notifications
You must be signed in to change notification settings - Fork 7.9k
SIP003 Plugin
Qiu Yuzhou edited this page Sep 9, 2019
·
7 revisions
Up from version 1.8.0.
- simple-obfs
- kcptun
- v2ray-plugin (up from v1.9.0)
The Plugin
field should be given simple-obfs
, kcptun
or v2ray-plugin
.
SIP003 plugin options should be in a formatted string. An example is obfs=http;obfs-host=www.baidu.com
where semicolons, equal signs and backslashes MUST be escaped with a backslash.
Examples:
- kcptun:
crypt=aes;mode=fast
- simple-obfs:
obfs=http;obfs-host=www.baidu.com
- v2ray-plugin:
tls;host=mydomain.me
Please reference the home page of the plugins for how to configure Plugin Opts
in detail.
Copy or link your plugin executable file to the folder: ~/Library/Application Support/ShadowsocksX-NG/plugins/
.
The Plugin
field should be the filename in plugins directory.
Ref: SIP003