add quic-go-disable-ecn to experimental

This commit is contained in:
wwqgtxx
2023-10-01 09:10:11 +08:00
parent 828b5ad8bb
commit 8253bfe2e0
2 changed files with 5 additions and 1 deletions

View File

@ -159,6 +159,7 @@ type Sniffer struct {
type Experimental struct {
Fingerprints []string `yaml:"fingerprints"`
QUICGoDisableGSO bool `yaml:"quic-go-disable-gso"`
QUICGoDisableECN bool `yaml:"quic-go-disable-ecn"`
}
// Config is clash config manager