update
Some checks failed
Build and Push Docker Image / build (push) Failing after 15s

This commit is contained in:
reonokiy 2025-05-17 17:20:41 +08:00
parent 7a058db952
commit 16d73f5a1b
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
2 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,8 @@ 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

View file

@ -48,7 +48,12 @@
},
"multiplex": {
"enabled": true,
"padding": true
"padding": true,
"brutal": {
"enabled": true,
"up_mbps": ${UP_MBPS},
"down_mbps": ${DOWN_MBPS}
}
}
}
],