This commit is contained in:
clowwindy 2014-09-20 19:01:52 +08:00
parent f0b0f6edff
commit ab74c010fd
2 changed files with 15 additions and 3 deletions

View file

@ -41,7 +41,7 @@ def main():
utils.print_shadowsocks()
if config['port_password']:
if config['server_port'] or config['password']:
if config['password']:
logging.warn('warning: port_password should not be used with '
'server_port and password. server_port and password '
'will be ignored')