diff --git a/config/config.go b/config/config.go index d71fc63f..24159d8e 100644 --- a/config/config.go +++ b/config/config.go @@ -447,7 +447,6 @@ func ParseRawConfig(rawCfg *RawConfig) (*Config, error) { } config.General = general - dialer.DefaultInterface.Store(config.General.Interface) proxies, providers, err := parseProxies(rawCfg) if err != nil { return nil, err