Update Rule.yaml
This commit is contained in:
@@ -116,7 +116,7 @@ script:
|
||||
if ctx.rule_providers[rule_name].match(metadata):
|
||||
return ruleset_action[rule_name]
|
||||
|
||||
ip = ctx.resolve_ip(metadata["host"])
|
||||
ip = metadata["dst_ip"] or ctx.resolve_ip(metadata["host"])
|
||||
|
||||
if ip == "":
|
||||
return "DIRECT"
|
||||
|
||||
Reference in New Issue
Block a user