fix: incorrect time to set interface name

This commit is contained in:
Skyxim 2023-02-22 21:08:08 +08:00
parent 21848d6bf1
commit f586f22ce3

View File

@ -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