v0.8.3
版本发布时间: 2017-07-18 18:44:51
clue/reactphp-socks最新发布版本:v1.4.0(2022-08-31 22:43:41)
-
Feature: Pass full remote URI as parameter to authentication callback (#58 by @clue)
// new third parameter passed to authentication callback $server->setAuth(function ($user, $pass, $remote) { $ip = parse_url($remote, PHP_URL_HOST); return ($ip === '127.0.0.1'); });
-
Fix: Fix connecting to IPv6 address via SOCKS5 server and validate target URI so hostname can not contain excessive URI components (#59 by @clue)
-
Improve test suite by fixing HHVM build for now again and ignore future HHVM build errors (#57 by @clue)