Frist Version

This commit is contained in:
babytomas
2016-05-27 11:18:25 +08:00
parent 9988c60b02
commit 590d54be87
43 changed files with 23215 additions and 0 deletions

12
Server/shadowsocks/Config.py Executable file
View File

@@ -0,0 +1,12 @@
#Config
MYSQL_HOST = ''
MYSQL_PORT = 3306
MYSQL_USER = ''
MYSQL_PASS = ''
MYSQL_DB = ''
MANAGE_PASS = '123456'
#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 = 8888