rules: fix surge config text wrapping

Signed-off-by: Beta Soft <betaxab@gmail.com>
This commit is contained in:
Beta Soft 2020-04-02 12:42:07 +08:00
parent a2278487ee
commit a2183b7143
No known key found for this signature in database
GPG Key ID: 180A31AB98D5C156

View File

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