robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

host_port: allow multiple ':' in the hostname (i.e. an IPv6 address) #146

Closed hannesm closed 1 year ago

hannesm commented 1 year ago

This may be slightly strange, to specify fe80::1:12345, i.e. use : in the IPv6 address as well as for separation between address and port.

But to be backwards-compatible this is likely the right path to go. Another option is to break the CLI and define a separate --destination-port argument. WDYT?