refactor table into a single cipher plugin
This commit is contained in:
parent
2519fb9abe
commit
cbf8c6705b
7 changed files with 239 additions and 106 deletions
|
@ -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" %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue