shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: make functions Public

7c opened this issue · comments

commented

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..