Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v3aqb/shadowsocks_aio


https://github.com/v3aqb/shadowsocks_aio

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

shadowsocks_aio
===============

shadowsocks_aio is a shadowsocks server built on top of ``asyncio``.

install
-------

::

pip install https://github.com/v3aqb/shadowsocks_aio/archive/master.zip --process-dependency-links

update
------

::

pip install https://github.com/v3aqb/shadowsocks_aio/archive/master.zip -U --process-dependency-links

configure example
-----------------

::

servers:
- ss://aes-128-cfb:[email protected]:8138
- ss://aes-128-cfb:[email protected]:8139
log_level: 20

usage
-----

::

python -m shadowsocks_aio -c config.yaml