almost done
This commit is contained in:
parent
cd22d474fe
commit
5e9a9c9beb
3 changed files with 13 additions and 7 deletions
|
@ -34,9 +34,9 @@ import udprelay
|
|||
def main():
|
||||
utils.check_python()
|
||||
|
||||
utils.print_shadowsocks()
|
||||
config = utils.get_config(False)
|
||||
|
||||
config = utils.get_config(True)
|
||||
utils.print_shadowsocks()
|
||||
|
||||
if config['port_password']:
|
||||
if config['server_port'] or config['password']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue