temp.go 242 B

123456789
  1. package udp
  2. import (
  3. "github.com/slackhq/nebula/iputil"
  4. )
  5. //TODO: The items in this file belong in their own packages but doing that in a single PR is a nightmare
  6. type LightHouseHandlerFunc func(rAddr *Addr, vpnIp iputil.VpnIp, p []byte)