Addresses are the IP addresses of this Node directly.
()
| 202 | |
| 203 | // Addresses are the IP addresses of this Node directly. |
| 204 | func (v NodeView) Addresses() views.Slice[netip.Prefix] { return views.SliceOf(v.ж.Addresses) } |
| 205 | |
| 206 | // AllowedIPs are the IP ranges to route to this node. |
| 207 | // |