Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azadrahorg/rtt-tunnel-helper
Reverse Tcp Tunnel with custom sni handshake, mux support and more...
https://github.com/azadrahorg/rtt-tunnel-helper
handshake-protocol mux port-forwarding reverse-tunnel sni tcp-tunnel tls-tunnel tunnel vpn vpn-server
Last synced: 8 days ago
JSON representation
Reverse Tcp Tunnel with custom sni handshake, mux support and more...
- Host: GitHub
- URL: https://github.com/azadrahorg/rtt-tunnel-helper
- Owner: azadrahorg
- License: mit
- Created: 2023-09-20T17:35:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T21:28:54.000Z (about 1 year ago)
- Last Synced: 2024-10-11T22:25:23.536Z (about 1 month ago)
- Topics: handshake-protocol, mux, port-forwarding, reverse-tunnel, sni, tcp-tunnel, tls-tunnel, tunnel, vpn, vpn-server
- Language: Shell
- Homepage: https://t.me/azadrahorg
- Size: 4.88 KB
- Stars: 23
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reverse Tcp Tunnel Installer For Debian and Ubuntu
Reverse Tcp Tunnel with custom sni handshake
## OS Supported:
```bash
Ubuntu 22.04
Ubuntu 20.04
Debian 12
Debian 11
```## Install
Clone the project
```bash
bash -c "$(curl -L https://raw.githubusercontent.com/azadrahorg/RTT-Tunnel-Helper/main/RTT-Tunnel-Helper.sh)"
```### How to Manage
Stop the service.
```bash
systemctl stop tunnel.service
```
View the status of the service.
```bash
systemctl status tunnel.service
```
Restart the service.
```bash
systemctl restart tunnel.service
```## Related
Thanks to
https://github.com/radkesvat/ReverseTlsTunnel/tree/master