fix: final resolution to network change issue

This commit is contained in:
Hiddify
2024-02-22 09:42:29 +01:00
parent aa825f7fe7
commit 21ac2d1d11
5 changed files with 6 additions and 11 deletions

View File

@@ -123,7 +123,6 @@ func readConfigOptionsAt(path string) (*config.ConfigOptions, error) {
if options.Warp.WireguardConfigStr != "" {
err := json.Unmarshal([]byte(options.Warp.WireguardConfigStr), &options.Warp.WireguardConfig)
if err != nil {
p
return nil, err
}
}