Registry / networking / armon-go-socks5

armon-go-socks5

JSON →
library0.0.0-20160902184237-e75332964ef5gogounverified

A SOCKS5 proxy server implementation in Go.

go get github.com/armon/go-socks5
INSTALL
IMPORT
SIG · ARMON-GO-SOCKS5
A
armon-go-socks5
networkinggov0.0.0-20160902184237-e75332964ef5
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/armon/go-socks5

Starts a SOCKS5 proxy server on port 1080.

package main import ( "log" "github.com/armon/go-socks5" ) func main() { server, _ := socks5.New(&socks5.Config{}) log.Fatal(server.ListenAndServe("tcp", ":1080")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160902184237-e75332964ef5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
OpenAI (training)
1
Resources
armon-go-socks5 — go get armon-go-socks5 · libregistry