Skip to content

Commit

Permalink
Pass servername to openssl command
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Apr 22, 2021
1 parent 114ef10 commit 63cacaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ to the internet too.
Run the command:

```shell
echo -e "GET /openlumi/owrt-installer/main/install.sh HTTP/1.0\nHost: raw.githubusercontent.com\n" | openssl s_client -quiet -connect raw.githubusercontent.com:443 2>/dev/null | sed '1,/^\r$/d' | bash
echo -e "GET /openlumi/owrt-installer/main/install.sh HTTP/1.0\nHost: raw.githubusercontent.com\n" | openssl s_client -quiet -connect raw.githubusercontent.com:443 -servername raw.githubusercontent.com 2>/dev/null | sed '1,/^\r$/d' | bash
```

This command will stop all the processes on the gateway. It is a normal
Expand Down

0 comments on commit 63cacaf

Please sign in to comment.