Skip to content

Commit

Permalink
fix: 规则匹配默认策略组返回错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyxim committed Jun 9, 2022
1 parent 0a4570b commit eea9a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,5 +433,5 @@ func match(metadata *C.Metadata) (C.Proxy, C.Rule, error) {
}
}

return proxies["REJECT"], nil, nil
return proxies["DIRECT"], nil, nil
}

0 comments on commit eea9a12

Please sign in to comment.