temp.go 276 B

12345678910
  1. package udp
  2. import (
  3. "net/netip"
  4. )
  5. //TODO: The items in this file belong in their own packages but doing that in a single PR is a nightmare
  6. // TODO: IPV6-WORK this can likely be removed now
  7. type LightHouseHandlerFunc func(rAddr netip.AddrPort, vpnIp netip.Addr, p []byte)