https://github.com/abersheeran/websocks
A proxy server base on websocket
https://github.com/abersheeran/websocks
websocket websocks
Last synced: 5 months ago
JSON representation
A proxy server base on websocket
- Host: GitHub
- URL: https://github.com/abersheeran/websocks
- Owner: abersheeran
- License: apache-2.0
- Archived: true
- Created: 2019-09-13T18:26:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T15:25:53.000Z (over 3 years ago)
- Last Synced: 2024-10-28T23:43:16.164Z (6 months ago)
- Topics: websocket, websocks
- Language: Python
- Homepage:
- Size: 595 KB
- Stars: 73
- Watchers: 6
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-seeds - websocks
README
# websocks
[](https://hub.docker.com/r/abersheeran/websocks)


[](https://pepy.tech/project/websocks)
[](https://pepy.tech/project/websocks/week)基于隧道与拟态流量混淆的匿名通信系统。
可对传输层的流量数据进行加密混淆,保护用户上网时的信息、隐私安全。
TCP: 使用隧道流量混淆技术,将需要传递的数据放在 WebSocket 的有效载荷中,作为二进制帧传递。
UDP: 使用拟态流量混淆技术,将需要传递的数据混淆后传递与服务器。
关于本项目使用方法、详细设计介绍以及其他内容请访问 [`websocks:wiki`](https://github.com/abersheeran/websocks/wiki)