Add hysteria2 chrome parrot support

This commit is contained in:
世界
2026-08-30 17:41:45 +08:00
parent 10d37384f0
commit ec3e95935f
7 changed files with 51 additions and 6 deletions
+4 -3
View File
@@ -212,9 +212,10 @@ type Hysteria2OutboundOptions struct {
Network NetworkList `json:"network,omitempty"`
OutboundTLSOptionsContainer
QUICOptions
BBRProfile string `json:"bbr_profile,omitempty" enum:"standard,conservative,aggressive"`
BrutalDebug bool `json:"brutal_debug,omitempty"`
Realm *Hysteria2Realm `json:"realm,omitempty"`
BBRProfile string `json:"bbr_profile,omitempty" enum:"standard,conservative,aggressive"`
BrutalDebug bool `json:"brutal_debug,omitempty"`
DisableChromeParrot bool `json:"disable_chrome_parrot,omitempty"`
Realm *Hysteria2Realm `json:"realm,omitempty"`
}
type HysteriaRealmUser struct {