Change: set false as udp-fallback-match
default value
This commit is contained in:
parent
a5d54884e0
commit
e1fa343088
@ -252,9 +252,6 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
|
|||||||
Profile: Profile{
|
Profile: Profile{
|
||||||
StoreSelected: true,
|
StoreSelected: true,
|
||||||
},
|
},
|
||||||
Experimental: Experimental{
|
|
||||||
UDPFallbackMatch: true,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := yaml.Unmarshal(buf, rawCfg); err != nil {
|
if err := yaml.Unmarshal(buf, rawCfg); err != nil {
|
||||||
|
Reference in New Issue
Block a user