shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go
Apache License 2.0
4.45k stars 1.39k forks source link

Feature: make functions Public #250

Open 7c opened 7 months ago

7c commented 7 months ago

Can you please make functions like func socksLocal(addr, server string, shadow func(net.Conn) net.Conn) public ? so we can write our own custom clients..