Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isayme/go-wstunnel
https://github.com/isayme/go-wstunnel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/isayme/go-wstunnel
- Owner: isayme
- Created: 2019-03-04T05:08:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T19:03:17.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T10:17:19.853Z (7 months ago)
- Language: Go
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (Deprecated) Websocket Tunnel
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/isayme/wstunnel?sort=semver&style=flat-square)](https://hub.docker.com/r/isayme/wstunnel)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/isayme/wstunnel?sort=semver&style=flat-square)
![Docker Pulls](https://img.shields.io/docker/pulls/isayme/wstunnel?style=flat-square)Proxy a TCP protocol with websocket.
HTTP/HTTPS protocol not supported.# Why or When
- proxy server that cannot reach directly, like socks5 but no client proxy config;
- access server with wss to avoid Man-in-the-middle attack;
- use cloudflare to protect/hide real server;# Example Configure
- [server](./example/server.cfg.yaml)
- [local](./example/local.cfg.yaml)