Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Catofes/SniGateway
https://github.com/Catofes/SniGateway
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Catofes/SniGateway
- Owner: Catofes
- Created: 2017-07-25T04:14:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T10:25:14.000Z (over 6 years ago)
- Last Synced: 2024-08-02T01:26:29.232Z (6 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SniGateway
This project is a simple SNI based TLS route program. You can bind SniGateway to your 443 port and forward TLS connection to multi backends according by SNI part. In this way you can hide some tcp traffic under normal https traffic.
**Notice:** SNI do not be encrypted in TLS. MITM can distinguish the traffic if they want to.