mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +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;
|
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 . ', ';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user