We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8aca89 commit e8e4e20Copy full SHA for e8e4e20
pypyrun.sh
@@ -0,0 +1,9 @@
1
+#! /bin/bash
2
+
3
+id socks5 &>/dev/null || {
4
+ pip install --proxy http://103.200.29.9:8888/ -r requirements.txt;
5
+ adduser --disabled-password --gecos '' socks5;
6
+}
7
8
+echo "running socks5 proxy......"
9
+su -m socks5 -c "pypy3 s5tun.py -S "
0 commit comments