Jigsaw-Code / outline-go-tun2socks

Apache License 2.0
224 stars 94 forks source link

cleanup: Refactor tunnel creation function arguments #96

Closed bemasc closed 1 year ago

bemasc commented 1 year ago

This change moves Shadowsocks client setup to the caller, which avoids passing a large number of arguments across several packages and enables more flexibility for changes to the Shadowsocks client configuration (starting with #95).