Registry / networking / socks
library1.0.3gogounverified

Package socks implements a SOCKS (SOCKS4, SOCKS4A and SOCKS5) proxy client for Go.

go get h12.io/socks
INSTALL
IMPORT
SIG · SOCKS
S
socks
networkinggov1.0.3
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.

socks
h12.io/socks

Dial a TCP connection through a SOCKS5 proxy.

package main import ( "fmt" "h12.io/socks" ) func main() { dialer := socks.Dial("socks5://127.0.0.1:1080") conn, err := dialer("tcp", "example.com:80") if err != nil { panic(err) } fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
socks — go get socks · libregistry