Registry /
networking / shadowsocks-shadowsocks-go
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
shadowsocks
✓ github.com/shadowsocks/shadowsocks-go
Starts a local Shadowsocks SOCKS5 proxy
import "github.com/shadowsocks/shadowsocks-go"
func main() {
// Example: create a local SOCKS5 proxy
config := &shadowsocks.Config{
Server: "example.com:8388",
Cipher: "aes-256-cfb",
Password: "my-password",
LocalAddr: ":1080",
}
err := shadowsocks.StartLocal(config)
if err != nil {
panic(err)
}
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20200409064450-3e585ff90601latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.