Remove unused reject methods

This commit is contained in:
世界
2024-12-03 11:51:51 +08:00
parent caad9f950b
commit eabe4dde4c
8 changed files with 65 additions and 46 deletions
+2 -6
View File
@@ -34,10 +34,6 @@ const (
)
const (
RuleActionRejectMethodDefault = "default"
RuleActionRejectMethodReset = "reset"
RuleActionRejectMethodNetworkUnreachable = "network-unreachable"
RuleActionRejectMethodHostUnreachable = "host-unreachable"
RuleActionRejectMethodPortUnreachable = "port-unreachable"
RuleActionRejectMethodDrop = "drop"
RuleActionRejectMethodDefault = "default"
RuleActionRejectMethodDrop = "drop"
)