mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-17 21:27:36 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe0f1760bd | |||
| 4a2fbd4d3d | |||
| ee55d7fa72 | |||
| e06cd279cf |
@@ -666,7 +666,7 @@ class ClashMeta extends AbstractProtocol
|
||||
]);
|
||||
|
||||
if (data_get($multiplex, 'brutal.enabled')) {
|
||||
$array['smux']['brutal'] = [
|
||||
$array['smux']['brutal-opts'] = [
|
||||
'enabled' => true,
|
||||
'up' => data_get($multiplex, 'brutal.up_mbps'),
|
||||
'down' => data_get($multiplex, 'brutal.down_mbps'),
|
||||
|
||||
@@ -124,6 +124,8 @@ services:
|
||||
- ./storage/logs:/www/storage/logs
|
||||
- ./plugins:/www/plugins
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 8076:8076
|
||||
networks:
|
||||
- 1panel-network
|
||||
command: php artisan ws-server start
|
||||
|
||||
+1
-1
Submodule public/assets/admin updated: 4976b8ecfe...fc56d9c520
Reference in New Issue
Block a user