diff --git a/src/generator/config/subexport.cpp b/src/generator/config/subexport.cpp index 3158f7ed2..dbeff7fac 100644 --- a/src/generator/config/subexport.cpp +++ b/src/generator/config/subexport.cpp @@ -756,7 +756,7 @@ std::string proxyToSurge(std::vector &nodes, const std::string &base_conf if(!obfs.empty()) proxy += ", obfs=" + obfs; if(!host.empty()) - proxy += ", obfs-host=" + host + proxy += ", obfs-host=" + host; break; default: continue;