Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abersheeran/websocks
A proxy server base on websocket
https://github.com/abersheeran/websocks
websocket websocks
Last synced: 3 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T15:25:53.000Z (about 3 years ago)
- Last Synced: 2024-07-28T20:35:06.357Z (3 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
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/abersheeran/websocks?style=flat-square)](https://hub.docker.com/r/abersheeran/websocks)
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/abersheeran/websocks)
![Docker Pulls](https://img.shields.io/docker/pulls/abersheeran/websocks)![PyPi](https://img.shields.io/pypi/v/websocks?color=green)
[![PyPi Downloads](https://pepy.tech/badge/websocks)](https://pepy.tech/project/websocks)
[![PyPi Downloads](https://pepy.tech/badge/websocks/week)](https://pepy.tech/project/websocks/week)基于隧道与拟态流量混淆的匿名通信系统。
可对传输层的流量数据进行加密混淆,保护用户上网时的信息、隐私安全。
TCP: 使用隧道流量混淆技术,将需要传递的数据放在 WebSocket 的有效载荷中,作为二进制帧传递。
UDP: 使用拟态流量混淆技术,将需要传递的数据混淆后传递与服务器。
关于本项目使用方法、详细设计介绍以及其他内容请访问 [`websocks:wiki`](https://github.com/abersheeran/websocks/wiki)