Skip to content

issues Search Results · repo:clue/reactphp-socks language:PHP

Filter by

35 results
 (86 ms)

35 results

inclue/reactphp-socks (press backspace or delete to remove)

Does the library already support creating a SOCKS server on IPv6? If it does, a documentation or a mention about it would be a nice addition. Currently, I am trying to create an IPv6 SOCKS server using ...
question
  • deepika-maj
  • 2
  • Opened 
    on May 31, 2024
  • #119

The test suite is currently reporting a lot of unhandled promise rejections with Promise v3 in this project. We originally created forward compatibility with Promise v3 in #106 back in 2022, but there ...
help wanted
new feature
  • SimonFrings
  • Opened 
    on May 10, 2024
  • #115

On PHP 8.2.13, I have been receiving following deprecation notice: PHP Deprecated: Creation of dynamic property React\Socket\Connection::$bufferSize is deprecated in /###REDACTED###/vendor/clue/socks-react/src/Server.php ...
new feature
  • deepika-maj
  • 2
  • Opened 
    on Dec 5, 2023
  • #114

Hello, It seems that some exceptions cannot be correctly converted to a string. This is what sometime appears in my log (notice the empty stack traces): [Sun, 06 Feb 2022 17:26:14 +0300] .ERROR: RuntimeException: ...
bug
  • bileslav
  • 5
  • Opened 
    on Feb 6, 2022
  • #103

Hi, I tried your class, but I don t get it to work. My plan is to connect to a socks5 proxy. use Clue\React\Socks\Client; use React\Socket\Connector; use React\Socket\ConnectionInterface; require __DIR__ ...
help wanted
question
  • atlanticmanagement
  • 2
  • Opened 
    on Jul 19, 2020
  • #94

Hi! I use library but got error: Invalid SOCKS response Then I saw code and find: if ($data[ null ] !== 0x00) { throw new Exception( Invalid SOCKS response ); ...
question
  • alexmorbo
  • 4
  • Opened 
    on May 7, 2020
  • #90

I have multiple IPs on my server and have started the socks server to listen on all of it using: $loop = Factory::create(); $server = new Server($loop, null, [ user = pass ]); $socket = new Socket( ...
help wanted
new feature
  • deepika-maj
  • 2
  • Opened 
    on Dec 10, 2019
  • #89

This project supports username/password authentication for SOCKS5 (https://github.com/clue/reactphp-socks#authentication). Legacy SOCKS4 has limited IDENT support and allows sending a userid as part of ...
help wanted
new feature
  • clue
  • Opened 
    on Nov 20, 2018
  • #86

Telegram has a special proxy type named MTProto (Instead of Username and Password it has Credentials(Secret)). How to use it ?
question
  • sallsabil
  • 1
  • Opened 
    on Nov 5, 2018
  • #77

$proxy = new Client( socks5:// . rawurlencode(PROXY_USER) . : . rawurlencode(PROXY_PASS) . @ . PROXY_ADDRESS . : . PROXY_PORT, new React\Socket\Connector($loop)); I need to use multi PROXY_ADDRESS servers ...
question
  • sallsabil
  • 3
  • Opened 
    on Oct 27, 2018
  • #76
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub