Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appuio/tcp-over-socks
TCP over SOCKS5 tunneling
https://github.com/appuio/tcp-over-socks
vshn-project-ignore
Last synced: 4 days ago
JSON representation
TCP over SOCKS5 tunneling
- Host: GitHub
- URL: https://github.com/appuio/tcp-over-socks
- Owner: appuio
- License: mit
- Created: 2022-10-20T11:51:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T03:32:41.000Z (6 days ago)
- Last Synced: 2025-01-01T04:24:04.013Z (6 days ago)
- Topics: vshn-project-ignore
- Language: Makefile
- Homepage:
- Size: 398 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCP over SOCKS5
[![Build](https://img.shields.io/github/workflow/status/appuio/tcp-over-socks/Build)][build]
![Go version](https://img.shields.io/github/go-mod/go-version/appuio/tcp-over-socks)
[![Version](https://img.shields.io/github/v/release/appuio/tcp-over-socks)][releases]
[![GitHub downloads](https://img.shields.io/github/downloads/appuio/tcp-over-socks/total)][releases][build]: https://github.com/appuio/tcp-over-socks/actions?query=workflow%3ATest
[releases]: https://github.com/appuio/tcp-over-socks/releases```
NAME:
tcp-over-socks - Connect TCP over SOCKS5USAGE:
tcp-over-socks [global options] command [command options] [arguments...]COMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--port value, -p value local listen port (default: 12345)
--socks5 value, -x value socks5 server (default: "127.0.0.1:1080")
--target value, -t value target address including port
--help, -h show help (default: false)
```## Running in Kubernetes / OpenShift
See files in `examples/`.
## Use-Cases
* [Tailscale on APPUiO Cloud](https://docs.appuio.cloud/user/how-to/tailscale.html)
## Credits
Original work done by @isayme in https://github.com/isayme/go-tcp-over-socks5.
Thank you very much for the inspiration!