@@ -891,8 +891,8 @@ $server = new Server($loop, $socket);
891891
892892### Using a PHP SOCKS server
893893
894- * If you're looking for an end-user SOCKS server daemon, you may want to
895- use [ clue/psocksd] ( https://github.com/clue/psocksd ) .
894+ * If you're looking for an end-user SOCKS server daemon, you may want to use
895+ [ LeProxy ] ( https://leproxy.org/ ) or [ clue/psocksd] ( https://github.com/clue/psocksd ) .
896896* If you're looking for a SOCKS server implementation, consider using
897897 the above [ ` Server ` ] ( #server ) class.
898898
@@ -962,7 +962,7 @@ The recommended way to install this library is [through Composer](https://getcom
962962This will install the latest supported version:
963963
964964``` bash
965- $ composer require clue/socks-react:^0.8.6
965+ $ composer require clue/socks-react:^0.8.7
966966```
967967
968968See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -1013,5 +1013,5 @@ MIT, see LICENSE
10131013 [ clue/connection-manager-extra] ( https://github.com/clue/php-connection-manager-extra )
10141014 which allows retrying unreliable ones, implying connection timeouts,
10151015 concurrently working with multiple connectors and more.
1016- * If you're looking for an end-user SOCKS server daemon, you may want to
1017- use [ clue/psocksd] ( https://github.com/clue/psocksd ) .
1016+ * If you're looking for an end-user SOCKS server daemon, you may want to use
1017+ [ LeProxy ] ( https://leproxy.org/ ) or [ clue/psocksd] ( https://github.com/clue/psocksd ) .
0 commit comments