Compare commits
No commits in common. "438c151e73ed1063e8175c9dbd7c834a3e728686" and "85bed9645976e6d7ebc88143e70d715607c400d9" have entirely different histories.
438c151e73
...
85bed96459
@ -3,7 +3,7 @@
|
||||
API_HOST="https://api.ssh.surf"
|
||||
API_KEY="$1"
|
||||
|
||||
[ -z $API_KEY ] && echo "You need to provide your api key for this thing to work.
|
||||
[ -z $API_KEY ] && echo "You need to provide your api key fot this thing to work.
|
||||
It is strongly advised enabling privacy mode (\`/privacy\`) for the time of execution" && exit 1
|
||||
|
||||
hello=$(curl -w %{http_code} -sH "x-ssh-auth: $API_KEY" $API_HOST/hello -o /dev/null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user