File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments