close #183
This commit is contained in:
parent
f0b0f6edff
commit
ab74c010fd
2 changed files with 15 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue