Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +2 -0
entrypoint.sh
CHANGED
|
@@ -5,6 +5,8 @@ export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
|
|
| 5 |
|
| 6 |
echo $PWD
|
| 7 |
|
|
|
|
|
|
|
| 8 |
curl -v -k http://[240e:358:92a:2c00:221:ccff:fe6e:5321]/
|
| 9 |
|
| 10 |
openssl genpkey -algorithm RSA -out private.key
|
|
|
|
| 5 |
|
| 6 |
echo $PWD
|
| 7 |
|
| 8 |
+
ifconfig
|
| 9 |
+
|
| 10 |
curl -v -k http://[240e:358:92a:2c00:221:ccff:fe6e:5321]/
|
| 11 |
|
| 12 |
openssl genpkey -algorithm RSA -out private.key
|