Skip to content

v0.8.3

Compare
Choose a tag to compare
@clue clue released this 18 Jul 10:44
· 122 commits to 1.x since this release
  • 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)