diff --git a/config/config.go b/config/config.go index 4bd651c..a10d9d6 100644 --- a/config/config.go +++ b/config/config.go @@ -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 {