0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 22:29:49 +03:00

Add skipFakeDNS to inbound session

This commit is contained in:
世界
2021-09-13 10:58:52 +08:00
parent e316cd4c66
commit 14aa152a8a
3 changed files with 19 additions and 4 deletions

View File

@ -53,6 +53,8 @@ type Inbound struct {
Uid uint32
// SagerNet private: AppStatus is the android app's status for the inbound connection
AppStatus []string
// SagerNet private
SkipFakeDNS bool
}
// Outbound is the metadata of an outbound connection.