项目作者: zhqu1148980644

项目描述 :
ss proxy using asyncio
高级语言: Python
项目地址: git://github.com/zhqu1148980644/aioss.git
创建时间: 2018-09-26T02:53:34Z
项目社区:https://github.com/zhqu1148980644/aioss

开源协议:

下载


aioss

shadowsocks using asyncio

cryptor.py and module Crypto are copied from shadowsocks.

A rubbish wheel,not fully completed.

Requirement

  • python 3.5+
  • uvloop (Optional,makes asyncio 2-3x faster)
  • libsodium
  • openssl

Usage

server

  1. cd test
  2. python test_server.py -c server_config_normal.json

client

  1. cd test
  2. python test_client.py -c client_config_normal.json

Features

  • Extensible
  • Fast
  • HTTP proxy suport
  • UDP support
  • simple HTTP obfs support