Add query_type DNS rule item

This commit is contained in:
世界 2023-02-08 16:18:40 +08:00 committed by GitHub
parent 41ec2e7944
commit 687b4509df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 143 additions and 27 deletions

View file

@ -46,6 +46,10 @@ type InboundContext struct {
SourceGeoIPCode string
GeoIPCode string
ProcessInfo *process.Info
// dns cache
QueryType uint16
}
type inboundContextKey struct{}