读取ignore_client_bandwidth参数

This commit is contained in:
wyx2685
2025-02-15 22:09:56 +09:00
parent 484faaf0c3
commit e502624fe4
3 changed files with 11 additions and 9 deletions

View File

@@ -109,10 +109,11 @@ type HysteriaNode struct {
type Hysteria2Node struct {
CommonNode
UpMbps int `json:"up_mbps"`
DownMbps int `json:"down_mbps"`
ObfsType string `json:"obfs"`
ObfsPassword string `json:"obfs-password"`
Ignore_Client_Bandwidth bool `json:"ignore_client_bandwidth"`
UpMbps int `json:"up_mbps"`
DownMbps int `json:"down_mbps"`
ObfsType string `json:"obfs"`
ObfsPassword string `json:"obfs-password"`
}
type RawDNS struct {