Doc: add `inbound_port` field

This commit is contained in:
Dreamacro 2023-08-04 21:44:06 +08:00
parent 0578e9be4d
commit 54b86eec71
4 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@ rules:
- dst_ip: string
- src_port: uint16
- dst_port: uint16
- inbound_port: uint16
- host: string
- process_path: string

View File

@ -56,6 +56,7 @@ interface Metadata {
src_port: string
dst_ip: string
dst_port: string
inbound_port: number
}
interface Context {

View File

@ -39,6 +39,7 @@ rules:
- dst_ip: string
- src_port: uint16
- dst_port: uint16
- inbound_port: uint16
- host: string
- process_path: string

View File

@ -56,6 +56,7 @@ interface Metadata {
src_port: string
dst_ip: string
dst_port: string
inbound_port: number
}
interface Context {