Registry / networking / shadowsocks-shadowsocks-go

shadowsocks-shadowsocks-go

JSON →
library0.0.0-20200409064450-3e585ff90601gogounverified

Package shadowsocks is a lightweight SOCKS5 proxy for encrypted traffic.

go get github.com/shadowsocks/shadowsocks-go
INSTALL
IMPORT
SIG · SHADOWSOCKS-SHADOW
S
shadowsocks-shadowsocks-go
networkinggov0.0.0-20200409064450-3e585ff90601
harness data pending
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.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
shadowsocks-shadowsocks-go — go get shadowsocks-shadowsocks-go · libregistry