v0.8.7
版本发布时间: 2017-12-17 22:50:59
clue/reactphp-socks最新发布版本:v1.4.0(2022-08-31 22:43:41)
-
Feature: Support SOCKS over TLS (
sockss://
URI scheme) (#70 and #71 by @clue)// new: now supports SOCKS over TLS $client = new Client('socks5s://localhost', $connector);
-
Feature: Support communication over Unix domain sockets (UDS) (#69 by @clue)
// new: now supports SOCKS over Unix domain sockets (UDS) $client = new Client('socks5+unix:///tmp/proxy.sock', $connector);
-
Improve test suite by adding forward compatibility with PHPUnit 6 (#68 by @clue)