mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
fix acl not work with kcp&quic (#1152)
This commit is contained in:
@@ -470,6 +470,7 @@ impl AclProcessor {
|
||||
let rules = match chain_type {
|
||||
ChainType::Inbound => &self.inbound_rules,
|
||||
ChainType::Outbound => &self.outbound_rules,
|
||||
ChainType::Forward => &self.forward_rules,
|
||||
_ => {
|
||||
return AclResult {
|
||||
action: Action::Drop,
|
||||
|
||||
Reference in New Issue
Block a user