Merge tag 'v1.9.4' into multiport

1.9.4 Release
This commit is contained in:
Wade Simmons
2024-09-13 10:17:59 -04:00
83 changed files with 2056 additions and 2755 deletions

View File

@@ -4,8 +4,7 @@ import (
"encoding/json"
"fmt"
mathrand "math/rand"
"github.com/slackhq/nebula/iputil"
"net/netip"
)
type m map[string]interface{}
@@ -21,8 +20,8 @@ const (
)
type Packet struct {
LocalIP iputil.VpnIp
RemoteIP iputil.VpnIp
LocalIP netip.Addr
RemoteIP netip.Addr
LocalPort uint16
RemotePort uint16
Protocol uint8