Improve process searcher

This commit is contained in:
世界 2022-08-20 10:38:12 +08:00
parent 0377a11719
commit 84e4677a94
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
16 changed files with 77 additions and 149 deletions

View file

@ -29,14 +29,14 @@ type InboundContext struct {
// cache
OriginDestination M.Socksaddr
DomainStrategy dns.DomainStrategy
SniffEnabled bool
SniffOverrideDestination bool
DestinationAddresses []netip.Addr
SourceGeoIPCode string
GeoIPCode string
ProcessInfo *process.Info
SourceGeoIPCode string
GeoIPCode string
ProcessInfo *process.Info
}
type inboundContextKey struct{}