mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
rules: fix surge config text wrapping
Signed-off-by: Beta Soft <betaxab@gmail.com>
This commit is contained in:
parent
a2278487ee
commit
a2183b7143
@ -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 . ', ';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user