You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/clue/reactphp-ssh-proxy)
5
5
6
6
Async SSH proxy connector and forwarder, tunnel any TCP/IP-based protocol through an SSH server,
7
7
built on top of [ReactPHP](https://reactphp.org/).
@@ -72,7 +72,7 @@ Let's take these projects to the next level together! 🚀
72
72
## Quickstart example
73
73
74
74
The following example code demonstrates how this library can be used to send a
75
-
plaintext HTTP request to google.com through a remote SSH server:
75
+
secure HTTPS request to google.com through a remote SSH server:
76
76
77
77
```php
78
78
<?php
@@ -88,7 +88,7 @@ $connector = new React\Socket\Connector(array(
0 commit comments