analogsea icon indicating copy to clipboard operation
analogsea copied to clipboard

Support ipv6 better

Open sckott opened this issue 10 years ago • 1 comments

If e.g, a user requests ipv6 we still are internally looking for the ipv4 IP address, and return that to the user. Maybe just watch if user requests ipv6, then return that IP when it's TRUE

sckott avatar Jan 22 '16 18:01 sckott

no idea about best practice with ipv6, should we use the v6 address for sshing- or just stick with the v4 address even when v6 enabled

looks like sshing with v6 need to put the ip in brackets like ssh@[<v6 ip address>]

sckott avatar Mar 09 '16 01:03 sckott