mirror of
https://github.com/v2board/v2board.git
synced 2025-02-25 14:50:26 +08:00
fix: shadowsocks server port
This commit is contained in:
parent
6fd577d2c8
commit
87a9f6727b
@ -47,7 +47,7 @@ class ShadowsocksTidalabController extends Controller
|
|||||||
foreach ($users as $user) {
|
foreach ($users as $user) {
|
||||||
array_push($result, [
|
array_push($result, [
|
||||||
'id' => $user->id,
|
'id' => $user->id,
|
||||||
'port' => $server->port,
|
'port' => $server->server_port,
|
||||||
'cipher' => $server->cipher,
|
'cipher' => $server->cipher,
|
||||||
'secret' => $user->uuid
|
'secret' => $user->uuid
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user