From 2d40a361db004fedb78edbb60054e9ab721f4827 Mon Sep 17 00:00:00 2001 From: jsy Date: Mon, 11 Jan 2016 18:42:23 +0800 Subject: [PATCH] ota config --- shadowsocks/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shadowsocks/shell.py b/shadowsocks/shell.py index 67bfd92..380bf25 100644 --- a/shadowsocks/shell.py +++ b/shadowsocks/shell.py @@ -228,6 +228,7 @@ def get_config(is_local): config['verbose'] = config.get('verbose', False) config['local_address'] = to_str(config.get('local_address', '127.0.0.1')) config['local_port'] = config.get('local_port', 1080) + config['one_time_auth'] = config.get('one_time_auth', False) if is_local: if config.get('server', None) is None: logging.error('server addr not specified')