Update Rule.yaml

pull/409/head
lhie1 4 years ago
parent 674ffd7bfb
commit 201fad8123

@ -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"

Loading…
Cancel
Save