|
Version: One of IPv6's design goals was to eradicate NATs. In my network, my ISP uses IPv6 prefix delegation to assign a public IPv6 subnet to the router. As far as I know, iroh prefers IPv6 over IPv4. However, I noticed that:
From this, these questions arose:
|
Replies: 1 comment 1 reply
|
We currently do not use linklocal addresses in discovery services, as they are expected to not work across the wider internet, and we try to avoid leaking information we don't expect to work. n0-computer/net-tools#50 starts to change this, but it is right now unclear how we can land this in a sensible way. |
I would like to add thought that we want to improve on this. IPv6 link-local is one of the things I'd like to properly support after 1.0, because as you rightly point out the current situation is not great.
I don't think there's anything stopping us from doing this. Privacy wise we only share IP addresses to authenticated peers. But this does need a bit of careful design and working through the entire feature.