Skip to content

SIP003 Plugin

Qiu Yuzhou edited this page Sep 9, 2019 · 7 revisions

Support SIP003 Plugin

Up from version 1.8.0.

Embed plugins

The Plugin field should be given simple-obfs, kcptun or v2ray-plugin.

Plugin Opts

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.

How to add custom plugins

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

Clone this wiki locally