https://github.com/cloudfoundry/socks5-proxy
This is a go library for starting a socks5 proxy server via SSH
https://github.com/cloudfoundry/socks5-proxy
Last synced: 12 months ago
JSON representation
This is a go library for starting a socks5 proxy server via SSH
- Host: GitHub
- URL: https://github.com/cloudfoundry/socks5-proxy
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2017-10-25T18:33:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T01:01:53.000Z (over 1 year ago)
- Last Synced: 2024-09-14T14:39:17.300Z (over 1 year ago)
- Language: Go
- Homepage: https://cloudfoundry.org
- Size: 5.41 MB
- Stars: 49
- Watchers: 27
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socks5-proxy
This is a go library for starting a socks5 proxy server via SSH.
It is intended to be used as a library by Golang CLIs that need to proxy via an SSH jumpbox, which is a common configuration for BOSH operators, so several CLIs in Cloud Foundry could benefit from its use.