diff --git a/src/subexport.cpp b/src/subexport.cpp index e03bbad..fbaeed9 100644 --- a/src/subexport.cpp +++ b/src/subexport.cpp @@ -818,7 +818,7 @@ std::string netchToSurge(std::vector &nodes, std::string &base_conf, s string_array vArray, remarks_list, filtered_nodelist; ini.store_any_line = true; - if(ini.Parse(base_conf) != 0) + if(ini.Parse(base_conf) != 0 && !ext.nodelist) return std::string(); ini.SetCurrentSection("Proxy");