Remove unused reject methods

This commit is contained in:
世界
2024-11-06 17:23:00 +08:00
parent d76c809c59
commit 6a5d4dfc89
9 changed files with 67 additions and 48 deletions

View File

@@ -33,10 +33,6 @@ const (
)
const (
RuleActionRejectMethodDefault = "default"
RuleActionRejectMethodReset = "reset"
RuleActionRejectMethodNetworkUnreachable = "network-unreachable"
RuleActionRejectMethodHostUnreachable = "host-unreachable"
RuleActionRejectMethodPortUnreachable = "port-unreachable"
RuleActionRejectMethodDrop = "drop"
RuleActionRejectMethodDefault = "default"
RuleActionRejectMethodDrop = "drop"
)