x-undefined-2 commited on
Commit
6058d8d
·
verified ·
1 Parent(s): 18f0fee

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -5,7 +5,7 @@ export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
5
 
6
  echo $PWD
7
 
8
- curl http://[240e:358:92a:2c00:221:ccff:fe6e:5321]:5244/
9
 
10
  openssl genpkey -algorithm RSA -out private.key
11
  openssl req -new -key private.key -out csr.pem -subj "/CN=localhost"
 
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
11
  openssl req -new -key private.key -out csr.pem -subj "/CN=localhost"