1、bugfix

This commit is contained in:
PushM
2024-06-05 17:12:35 +08:00
parent d028f08712
commit da1b5ef9a4

View File

@@ -446,7 +446,7 @@
)
</if>
<if test="staticRule.staticRuleDip != null and staticRule.staticRuleMdip == null">
or (
or
(white_list_ip = INET_ATON(#{staticRule.staticRuleDip})
<if test="staticRule.staticRuleDport != null">
and white_list_port = #{staticRule.staticRuleDport}