Skip to content

Commit 89d9bf9

Browse files
committed
Link to using SSH proxy (SSH tunnel) as an alternative
1 parent 5a67904 commit 89d9bf9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,12 @@ This project is released under the permissive [MIT license](LICENSE).
443443
which also provides an implementation of the same
444444
[`ConnectorInterface`](https://github.com/reactphp/socket#connectorinterface)
445445
so that supporting either proxy protocol should be fairly trivial.
446+
* As an alternative to an HTTP CONNECT proxy, you may also want to look into
447+
using an SSH proxy (SSH tunnel) instead.
448+
You may want to use [clue/reactphp-ssh-proxy](https://github.com/clue/reactphp-ssh-proxy)
449+
which also provides an implementation of the same
450+
[`ConnectorInterface`](https://github.com/reactphp/socket#connectorinterface)
451+
so that supporting either proxy protocol should be fairly trivial.
446452
* If you're dealing with public proxies, you'll likely have to work with mixed
447453
quality and unreliable proxies. You may want to look into using
448454
[clue/reactphp-connection-manager-extra](https://github.com/clue/reactphp-connection-manager-extra)

0 commit comments

Comments
 (0)