diff --git a/config/template/hysteria/hysteria_acme_tls_config.json b/config/template/hysteria/hysteria_acme_tls_config.json index 0719838..49d882c 100644 --- a/config/template/hysteria/hysteria_acme_tls_config.json +++ b/config/template/hysteria/hysteria_acme_tls_config.json @@ -10,16 +10,16 @@ "tag": "hysteria2-in", "listen": "::", "listen_port": 8443, - "obfs": { - "type": "salamander", - "password": "你的混淆密码" - }, "users": [ { "name": "user1", "password": "你的密码" } ], + "obfs": { + "type": "salamander", + "password": "你的混淆密码" + }, "up_mbps": 50, "down_mbps": 100, "tls": { diff --git a/config/template/hysteria/hysteria_self_tls_config.json b/config/template/hysteria/hysteria_self_tls_config.json index 5da03c5..8d39dcb 100644 --- a/config/template/hysteria/hysteria_self_tls_config.json +++ b/config/template/hysteria/hysteria_self_tls_config.json @@ -10,16 +10,16 @@ "tag": "hysteria2-in", "listen": "::", "listen_port": 8443, - "obfs": { - "type": "salamander", - "password": "你的混淆密码" - }, "users": [ { "name": "user1", "password": "你的密码" } ], + "obfs": { + "type": "salamander", + "password": "你的混淆密码" + }, "up_mbps": 50, "down_mbps": 100, "tls": {