From 9e03cff9aa08e5af108cc7e279905c57b9911a59 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Fri, 22 May 2026 13:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hysteria=E6=A8=A1=E6=9D=BF,?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E4=B8=8A=E8=A1=8C=E9=80=9F=E5=BA=A6up?= =?UTF-8?q?=E4=B8=BA50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create_config_tuic.sh | 4 ---- config/template/hysteria/hysteria_acme_tls_config.json | 2 +- config/template/hysteria/hysteria_self_tls_config.json | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bin/create_config_tuic.sh b/bin/create_config_tuic.sh index 5bd1ce2..a4f6bd9 100644 --- a/bin/create_config_tuic.sh +++ b/bin/create_config_tuic.sh @@ -93,7 +93,3 @@ create_tuic_self_tls_config() { green "成功创建配置" } - - - - diff --git a/config/template/hysteria/hysteria_acme_tls_config.json b/config/template/hysteria/hysteria_acme_tls_config.json index af7149d..0719838 100644 --- a/config/template/hysteria/hysteria_acme_tls_config.json +++ b/config/template/hysteria/hysteria_acme_tls_config.json @@ -20,7 +20,7 @@ "password": "你的密码" } ], - "up_mbps": 100, + "up_mbps": 50, "down_mbps": 100, "tls": { "enabled": true, diff --git a/config/template/hysteria/hysteria_self_tls_config.json b/config/template/hysteria/hysteria_self_tls_config.json index f947ff9..5da03c5 100644 --- a/config/template/hysteria/hysteria_self_tls_config.json +++ b/config/template/hysteria/hysteria_self_tls_config.json @@ -20,7 +20,7 @@ "password": "你的密码" } ], - "up_mbps": 100, + "up_mbps": 50, "down_mbps": 100, "tls": { "enabled": true,