项目作者: zhqu1148980644
项目描述 :
ss proxy using asyncio
高级语言: Python
项目地址: git://github.com/zhqu1148980644/aioss.git
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
cd test
python test_server.py -c server_config_normal.json
client
cd test
python test_client.py -c client_config_normal.json
Features
- Extensible
- Fast
- HTTP proxy suport
- UDP support
- simple HTTP obfs support