add manyuser branch
support udp over tcp support chacha20 & salsa20 (base on libsodium)
This commit is contained in:
parent
e001f1818c
commit
f2efed9608
18 changed files with 1327 additions and 57 deletions
12
Config.py
Normal file
12
Config.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue