fix: incorrect time to set interface name

This commit is contained in:
gVisor bot 2023-02-22 21:08:08 +08:00
parent a3a668c429
commit 656225bf3a

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