Registry / networking / go-gost-gosocks5

go-gost-gosocks5

JSON →
library0.4.2gogounverified

Package gosocks5 implements the SOCKS5 protocol as defined in RFC 1928 and RFC 1929.

go get github.com/go-gost/gosocks5
INSTALL
IMPORT
SIG · GO-GOST-GOSOCKS5
G
go-gost-gosocks5
networkinggov0.4.2
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.

gosocks5
github.com/go-gost/gosocks5

Creates a new SOCKS5 server instance.

package main import ( "fmt" "github.com/go-gost/gosocks5" ) func main() { server := gosocks5.NewServer() fmt.Println("SOCKS5 server created") _ = server }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-gost-gosocks5 — go get go-gost-gosocks5 · libregistry