Registry / networking / cloudfoundry-socks5-proxy

cloudfoundry-socks5-proxy

JSON →
library0.2.175gogounverified

A SOCKS5 proxy implementation for Cloud Foundry environments.

go get github.com/cloudfoundry/socks5-proxy
INSTALL
IMPORT
SIG · CLOUDFOUNDRY-SOCKS
C
cloudfoundry-socks5-proxy
networkinggov0.2.175
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.

socks5proxy
github.com/cloudfoundry/socks5-proxy

Creates a new SOCKS5 proxy and prints its address.

package main import ( "fmt" "github.com/cloudfoundry/socks5-proxy" ) func main() { proxy := socks5proxy.NewSocks5Proxy("localhost:1080", nil, nil) fmt.Println(proxy.Addr()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
cloudfoundry-socks5-proxy — go get cloudfoundry-socks5-proxy · libregistry