VPN_CGI创建

This commit is contained in:
陈冠林
2018-12-04 15:41:58 +08:00
commit df7f755035
28 changed files with 1373 additions and 0 deletions

4
setup.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
while [[ "1" = "1" ]]; do
python3 manage.py runserver 0:8090
done