Closed jyyi1 closed 1 year ago
A new function shadowsocks.NewClientFromJSON(string) is added, it accepts a Shadowsocks configuration in JSON format. The format should match the ShadowsocksSessionConfig defined in Outline Client.
shadowsocks.NewClientFromJSON(string)
ShadowsocksSessionConfig
Related PRs: #108 , #111
A new function
shadowsocks.NewClientFromJSON(string)
is added, it accepts a Shadowsocks configuration in JSON format. The format should match theShadowsocksSessionConfig
defined in Outline Client.Related PRs: #108 , #111