Change: remove InboundPort because already have OriginDst

This commit is contained in:
Dreamacro
2023-08-04 20:51:57 +08:00
parent c0e51f8556
commit 7c89301586
5 changed files with 1 additions and 5 deletions

View File

@ -69,7 +69,6 @@ type Metadata struct {
DstIP net.IP `json:"destinationIP"`
SrcPort Port `json:"sourcePort"`
DstPort Port `json:"destinationPort"`
InboundPort uint16 `json:"inboundPort"`
Host string `json:"host"`
DNSMode DNSMode `json:"dnsMode"`
ProcessPath string `json:"processPath"`