mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add query_type DNS rule item
This commit is contained in:
parent
41ec2e7944
commit
687b4509df
8 changed files with 143 additions and 27 deletions
|
@ -46,6 +46,10 @@ type InboundContext struct {
|
|||
SourceGeoIPCode string
|
||||
GeoIPCode string
|
||||
ProcessInfo *process.Info
|
||||
|
||||
// dns cache
|
||||
|
||||
QueryType uint16
|
||||
}
|
||||
|
||||
type inboundContextKey struct{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue