Registry / networking / shadowsocks-go-shadowsocks2

shadowsocks-go-shadowsocks2

JSON →
library0.1.5gogounverified

Package shadowsocks2 implements the Shadowsocks proxy protocol in Go.

go get github.com/shadowsocks/go-shadowsocks2
INSTALL
IMPORT
SIG · SHADOWSOCKS-GO-SHA
S
shadowsocks-go-shadowsocks2
networkinggov0.1.5
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.

shadowsocks2
github.com/shadowsocks/go-shadowsocks2

Starts a local SOCKS5 proxy that forwards traffic through a Shadowsocks server.

package main import ( "github.com/shadowsocks/go-shadowsocks2" ) func main() { // Example: create a local SOCKS5 proxy shadowsocks2.Local("localhost:1080", "localhost:8388", "aes-256-gcm", "password", 0) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
shadowsocks-go-shadowsocks2 — go get shadowsocks-go-shadowsocks2 · libregistry