whoops the whole point was missed
parent
f13b8bcd47
commit
6985f59d19
2
do.sh
2
do.sh
|
|
@ -2,4 +2,4 @@ prox=https://bel.house \
|
||||||
clientkey=/tmp/certs/client.key \
|
clientkey=/tmp/certs/client.key \
|
||||||
clientcrt=/tmp/certs/client.crt \
|
clientcrt=/tmp/certs/client.crt \
|
||||||
servercrt=/tmp/certs/server.crt \
|
servercrt=/tmp/certs/server.crt \
|
||||||
bash test.sh 192.168.0.86:8080/vpntor
|
bash test.sh ${1:-192.168.0.86:8080/vpntor}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue