Jigsaw-Code / outline-go-tun2socks

Apache License 2.0
231 stars 94 forks source link

Accept JSON-formatted Shadowsocks configs #106

Closed bemasc closed 1 year ago

bemasc commented 1 year ago

This moves the burden of disassembling the ShadowsocksSessionConfig to Go, allowing the platform code to be simplified. In the future, this will allow the config format to evolve without requiring modifications to the platform code.

fortuna commented 1 year ago

cc @jyyi1

bemasc commented 1 year ago

See #108.