如何在流程里获取源IP #736
f0re1gnKey
started this conversation in
General
如何在流程里获取源IP
#736
Replies: 1 comment
-
yaml: - tag: ""
type: "sequence"
args:
- matches: "client_ip 192.168.1.1"
exec: exec_something json: [
{
"tag": "",
"type": "sequence",
"args": [
{
"matches": "client_ip 192.168.1.1",
"exec": "exec_something"
}
]
}
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
例如 sequence 里,想实现
if source_ip = x.x.x.x
exec: exec_something
Beta Was this translation helpful? Give feedback.
All reactions