https://github.com/appuio/tcp-over-socks
TCP over SOCKS5 tunneling
https://github.com/appuio/tcp-over-socks
vshn-project-ignore
Last synced: 5 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T05:58:57.000Z (5 months ago)
- Last Synced: 2025-02-01T06:26:43.151Z (5 months ago)
- Topics: vshn-project-ignore
- Language: Makefile
- Homepage:
- Size: 399 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]

[][releases]
[][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!