Compare commits

...
4 Commits
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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'),
+2
View File
@@ -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