add manyuser branch

support udp over tcp
support chacha20 & salsa20 (base on libsodium)
This commit is contained in:
breakwa11 2015-06-08 20:00:45 +08:00
parent e001f1818c
commit f2efed9608
18 changed files with 1327 additions and 57 deletions

12
Config.py Normal file
View file

@ -0,0 +1,12 @@
#Config
MYSQL_HOST = 'mdss.mengsky.net'
MYSQL_PORT = 3306
MYSQL_USER = 'ss'
MYSQL_PASS = 'ss'
MYSQL_DB = 'shadowsocks'
MANAGE_PASS = 'ss233333333'
#if you want manage in other server you should set this value to global ip
MANAGE_BIND_IP = '127.0.0.1'
#make sure this port is idle
MANAGE_PORT = 23333