Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsimonetti/tlstun
A socks tunnel client and server using websockets over http and tls
https://github.com/jsimonetti/tlstun
firewall proxy socks tls tls-tunnel tunnel websockets
Last synced: about 2 months ago
JSON representation
A socks tunnel client and server using websockets over http and tls
- Host: GitHub
- URL: https://github.com/jsimonetti/tlstun
- Owner: jsimonetti
- License: mit
- Archived: true
- Created: 2015-12-24T09:33:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T12:11:31.000Z (about 7 years ago)
- Last Synced: 2024-08-05T09:14:50.301Z (5 months ago)
- Topics: firewall, proxy, socks, tls, tls-tunnel, tunnel, websockets
- Language: Go
- Homepage:
- Size: 5.4 MB
- Stars: 39
- Watchers: 7
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-network-stuff - **27**星
README
# TLSTun
TLSTun is a [Go](http://golang.org/) client server application to tunnel through highly intelligent
firewalls.The client will connect to the server component over a [WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt).
All client connections are then muxed over the WebSocket
to the server which connects the to a [Socks5](https://en.wikipedia.org/wiki/SOCKS) proxy.
The server then proxies the connection from the mux to the real
destination.This will punch through firewalls that do actual inspection of
traffic.### SEE ALSO
* [tlstun certificate](doc/tlstun_certificate.md) - Generate certificates
* [tlstun client](doc/tlstun_client.md) - Start TLSTun client
* [tlstun server](doc/tlstun_server.md) - Start TLSTun server
* [tlstun version](doc/tlstun_version.md) - Print the version number of TLSTun### TODO:
- add passthrough functionality to server to allow running it in front of an existing
webserverContributions to this project are welcomed!