Dominik Csapak 60b9b48e71 require square brackets for ipv6 addresses
we need this, because we append the port to this to get a target url
e.g. we print

format!("https://{}:8007/", address)

if address is now an ipv6 (e.g. fe80::1) it would become

https://fe80::1:8007/ which is a valid ipv6 on its own

by using square brackets we get:

https://[fe80::1]:8007/ which now connects to the correct ip/port

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-09-30 06:16:27 +02:00
..
2020-09-26 10:09:51 +02:00
2020-09-28 10:50:44 +02:00
2020-09-24 09:13:54 +02:00
2020-09-29 08:33:21 +02:00
2020-07-21 19:33:52 +02:00
2019-09-11 12:14:05 +02:00
2020-08-13 11:36:10 +02:00
2020-05-23 10:42:48 +02:00
2020-09-29 08:33:21 +02:00