From 7a058db952c4e835cd720a49e72037501007ed3a Mon Sep 17 00:00:00 2001 From: reonokiy Date: Sat, 17 May 2025 17:12:38 +0800 Subject: [PATCH] update --- docker-compose.yaml | 2 -- .../sing-box-reality-server/sing-box-reality-server.json | 7 +------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a651347..c0fd1b7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,8 +6,6 @@ services: restart: always container_name: sing-box environment: - UP_MBPS: ${UP_MBPS:-100} - DOWN_MBPS: ${DOWN_MBPS:-100} DOMAIN: ${DOMAIN} PROJECT_ID: ${PROJECT_ID} INFISICAL_API_URL: https://infisical.nokiy.net/api diff --git a/templates/sing-box-reality-server/sing-box-reality-server.json b/templates/sing-box-reality-server/sing-box-reality-server.json index 9effee7..cee3f6f 100644 --- a/templates/sing-box-reality-server/sing-box-reality-server.json +++ b/templates/sing-box-reality-server/sing-box-reality-server.json @@ -48,12 +48,7 @@ }, "multiplex": { "enabled": true, - "padding": true, - "brutal": { - "enabled": true, - "up_mbps": ${UP_MBPS}, - "down_mbps": ${DOWN_MBPS} - } + "padding": true } } ],