Merge pull request #154 from betaxab/patch-1

修复换行
This commit is contained in:
tokumeikoi 2020-04-02 15:01:01 +08:00 committed by GitHub
commit 5d9b98f383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ class ClientController extends Controller
if (isset($wsSettings->headers->Host)) $proxies .= ', ws-headers=' . $wsSettings->headers->Host; if (isset($wsSettings->headers->Host)) $proxies .= ', ws-headers=' . $wsSettings->headers->Host;
} }
} }
$proxies .= '\r\n'; $proxies .= "\r\n";
// [Proxy Group] // [Proxy Group]
$proxyGroup .= $item->name . ', '; $proxyGroup .= $item->name . ', ';
} }