Jigsaw-Code / outline-go-tun2socks

Apache License 2.0
224 stars 94 forks source link

Accept JSON-formatted Shadowsocks configs #108

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.

Replaces #106 due to ACL change.

jyyi1 commented 1 year ago

Thanks @bemasc and @fortuna . @bemasc I will push changes to your branch to resolve Vini's comment.

jyyi1 commented 1 year ago

Close this in favor of #117