You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
147 B
3 lines
147 B
5 years ago
|
#!/usr/bin/env bash
|
||
|
nohup sslocal -s 45.62.118.55 -p 50008 -k 8Ml9e1zR -l 1080 -m chacha20-ietf-poly1305 &
|
||
|
python3 manage.py runserver 0.0.0.0:8000
|