38 fix xray

This commit is contained in:
2025-12-01 00:29:45 -03:00
parent 3e0f942371
commit 0fd78e2a04
3 changed files with 1 additions and 291 deletions

View File

@@ -222,13 +222,6 @@ function xrayGenerateConfig($port, string $network = 'xhttp')
$apiInbound,
$dragonInbound,
],
'log' => [
'access' => '/var/log/v2ray/access.log',
'dnsLog' => false,
'error' => '',
'loglevel' => 'info',
'maskAddress' => '',
],
'observatory' => null,
'outbounds' => [
[
@@ -242,20 +235,6 @@ function xrayGenerateConfig($port, string $network = 'xhttp')
'tag' => 'blocked',
],
],
'policy' => [
'levels' => [
'0' => [
'statsUserDownlink' => true,
'statsUserUplink' => true,
],
],
'system' => [
'statsInboundDownlink' => true,
'statsInboundUplink' => true,
'statsOutboundDownlink' => false,
'statsOutboundUplink' => false,
],
],
'reverse' => null,
'routing' => [
'domainStrategy' => 'AsIs',