refactor table into a single cipher plugin

This commit is contained in:
clowwindy 2014-11-05 18:27:18 +08:00
parent 2519fb9abe
commit cbf8c6705b
7 changed files with 239 additions and 106 deletions

View file

@ -46,7 +46,7 @@ def main():
utils.print_shadowsocks()
encrypt.init_table(config['password'], config['method'])
encrypt.test_cipher(config['password'], config['method'])
try:
logging.info("starting local at %s:%d" %