v0.5.2
版本发布时间: 2016-11-25 18:27:11
clue/reactphp-socks最新发布版本:v1.4.0(2022-08-31 22:43:41)
-
Feature: Apply protocol version and username/password auth from SOCKS URI (#43 by @clue)
// explicitly use SOCKS5 $client = new Client('socks5://127.0.0.1', $loop); // use authentication (automatically SOCKS5) $client = new Client('user:pass@127.0.0.1', $loop);
-
More explicit client examples, including proxy chaining (#42 by @clue)