Registry / networking / txthinking-socks5

txthinking-socks5

JSON →
library0.0.0-20251011041537-5c31f201a10egogounverified

A SOCKS5 proxy client and server library for Go.

go get github.com/txthinking/socks5
INSTALL
IMPORT
SIG · TXTHINKING-SOCKS5
T
txthinking-socks5
networkinggov0.0.0-20251011041537-5c31f201a10e
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.

socks5
✓ github.com/txthinking/socks5

Starts a SOCKS5 proxy server on port 1080.

package main import ( "github.com/txthinking/socks5" ) func main() { server, err := socks5.NewClassicServer("0.0.0.0:1080", "0.0.0.0", "", "", 0, 0) if err != nil { panic(err) } server.ListenAndServe(nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20251011041537-5c31f201a10elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
txthinking-socks5 — go get txthinking-socks5 · libregistry