feat: Add disable quic-go GSO to experimental
This commit is contained in:
@ -156,7 +156,8 @@ type Sniffer struct {
|
||||
|
||||
// Experimental config
|
||||
type Experimental struct {
|
||||
Fingerprints []string `yaml:"fingerprints"`
|
||||
Fingerprints []string `yaml:"fingerprints"`
|
||||
QUICGoDisableGSO bool `yaml:"quic-go-disable-gso"`
|
||||
}
|
||||
|
||||
// Config is clash config manager
|
||||
|
Reference in New Issue
Block a user