feat: Add disable quic-go GSO to experimental

This commit is contained in:
H1JK
2023-09-08 22:58:59 +08:00
parent 7286391883
commit 90acce7fa1
3 changed files with 12 additions and 1 deletions

View File

@ -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