Skip to content

Commit

Permalink
Doc: add inbound_port field
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamacro committed Aug 4, 2023
1 parent 0578e9b commit 54b86ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/premium/script-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rules:
- dst_ip: string
- src_port: uint16
- dst_port: uint16
- inbound_port: uint16
- host: string
- process_path: string
Expand Down
1 change: 1 addition & 0 deletions docs/premium/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ interface Metadata {
src_port: string
dst_ip: string
dst_port: string
inbound_port: number
}

interface Context {
Expand Down
1 change: 1 addition & 0 deletions docs/zh_CN/premium/script-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rules:
- dst_ip: string
- src_port: uint16
- dst_port: uint16
- inbound_port: uint16
- host: string
- process_path: string
Expand Down
1 change: 1 addition & 0 deletions docs/zh_CN/premium/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ interface Metadata {
src_port: string
dst_ip: string
dst_port: string
inbound_port: number
}

interface Context {
Expand Down

0 comments on commit 54b86ee

Please sign in to comment.