feat: Experimental supports dialer IP4P address convert

form https://github.com/heiher/natmap/wiki/faq
This commit is contained in:
xishang0128
2024-03-09 18:40:19 +08:00
parent feedc9ec66
commit e0248faebd
3 changed files with 30 additions and 1 deletions

View File

@@ -169,6 +169,7 @@ type Experimental struct {
Fingerprints []string `yaml:"fingerprints"`
QUICGoDisableGSO bool `yaml:"quic-go-disable-gso"`
QUICGoDisableECN bool `yaml:"quic-go-disable-ecn"`
IP4PEnable bool `yaml:"dialer-ip4p-convert"`
}
// Config is mihomo config manager