LaravelCollective / remote

Remote SSH Access for the Laravel Framework
MIT License
276 stars 106 forks source link

IPV6 support #60

Closed Cannonb4ll closed 6 years ago

Cannonb4ll commented 6 years ago

Could you add IPV6 support? According to the docs its a matter of changing the fsockopen protocol:

Note: When specifying a numerical IPv6 address (e.g. fe80::1), you must enclose the IP in square brackets—for example, tcp://[fe80::1]:80.

See: http://php.net/manual/en/function.fsockopen.php

tshafer commented 6 years ago

I don't see this happening anytime soon, but we do accept pull requests.