Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v3aqb/shadowsocks_aio
https://github.com/v3aqb/shadowsocks_aio
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/v3aqb/shadowsocks_aio
- Owner: v3aqb
- License: other
- Created: 2017-12-19T12:52:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T14:48:24.000Z (almost 7 years ago)
- Last Synced: 2023-08-09T23:45:11.110Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
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: 20usage
-----::
python -m shadowsocks_aio -c config.yaml