mid-kid
4 weeks ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
#!/bin/sh |
|||
dir="$(dirname "$0")" |
|||
|
|||
cd "$dir/auth" |
|||
exec ./server.py |
@ -0,0 +1,5 @@ |
|||
#!/bin/sh |
|||
dir="$(dirname "$0")" |
|||
|
|||
cd "$dir/proxy/microsocks" |
|||
exec ./microsocks |
Loading…
Reference in new issue