Implement TCP and ICMP rejects

This commit is contained in:
世界
2025-01-13 15:14:29 +08:00
parent 8304295c48
commit 41b960552d
6 changed files with 94 additions and 40 deletions
+1
View File
@@ -34,6 +34,7 @@ type Router interface {
FakeIPStore() FakeIPStore
ConnectionRouter
PreMatch(metadata InboundContext) error
ConnectionRouterEx
GeoIPReader() *geoip.Reader