Metadata-Version: 2.1
Name: websocks
Version: 0.4.5
Summary: A websocket-based socks5 proxy.
Home-page: https://github.com/abersheeran/websocks
License: MIT
Author: abersheeran
Author-email: me@abersheeran.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: GUI
Requires-Dist: PySimpleGUIQt (>=0.35.0,<0.36.0); extra == "GUI"
Requires-Dist: aiodns (>=2.0.0,<3.0.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: h11 (>=0.12.0,<0.13.0)
Requires-Dist: typing-extensions (>=3.7.4.1,<4.0.0.0); python_version < "3.8"
Requires-Dist: uvloop; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "pypy"
Requires-Dist: websockets (>=8.1,<9.0)
Project-URL: Documentation, https://github.com/abersheeran/websocks/wiki
Project-URL: Repository, https://github.com/abersheeran/websocks
Description-Content-Type: text/markdown

# 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)

