()
| 51 | var TailscaleServicePrefix6 = [6]byte{0xfd, 0x7a, 0x11, 0x5c, 0xa1, 0xe0} |
| 52 | |
| 53 | func randv6() netip.Addr { |
| 54 | uid := uuid.New() |
| 55 | copy(uid[:], TailscaleServicePrefix6[:]) |
| 56 | return netip.AddrFrom16(uid) |
| 57 | } |
no outgoing calls
no test coverage detected