Skip to content

Commit

Permalink
README tls/ssh minor typo fix (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Alarig Le Lay <[email protected]>
  • Loading branch information
alarig authored Dec 27, 2024
1 parent 10d3874 commit 2ba1f04
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 @@ -152,7 +152,7 @@ $ openssl req -new -x509 -key private.pem -out server.pem
Then, you have to run

```bash
$ ./stayrtr -ssh.bind :8282 -tls.key private.pem -tls.cert server.pem
$ ./stayrtr -tls.bind :8282 -tls.key private.pem -tls.cert server.pem
```

### With SSH
Expand Down

0 comments on commit 2ba1f04

Please sign in to comment.