ferama / rospo

🐸 Simple, reliable, persistent ssh tunnels with embedded ssh server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPv6 not supported in parseSSHUrl

ceclin opened this issue · comments

commented

I use rospo tun forward on my windows laptop to forward a port to remote android device. But it doesn't work and I don't know why.
If I use rospo tun forward on wsl, it works. If I use rospo tun forward on wsl and connect from my windows, it doesn't work too.

I don't know whether it is my error or some bug in rospo.

commented

Sorry, I know why.

commented

By the way, it seems that ParseSSHUrl doesn't support ipv6?

func ParseSSHUrl(url string) *sshUrl {