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,