From e1fa34308844ec3566ff6b4fa94e0b914323f768 Mon Sep 17 00:00:00 2001 From: Dreamacro <8615343+Dreamacro@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:43:14 +0800 Subject: [PATCH] Change: set false as `udp-fallback-match` default value --- config/config.go | 3 --- 1 file changed, 3 deletions(-) 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 {