Change: set false as udp-fallback-match default value

This commit is contained in:
Dreamacro 2023-01-04 17:43:14 +08:00
parent a5d54884e0
commit e1fa343088

View File

@ -252,9 +252,6 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
Profile: Profile{
StoreSelected: true,
},
Experimental: Experimental{
UDPFallbackMatch: true,
},
}
if err := yaml.Unmarshal(buf, rawCfg); err != nil {