From 58f0ce273f8ab975c8c5ae81de7e433a359307c8 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:08:31 +0800 Subject: [PATCH] Update client.json --- VLESS-TLS-SplitHTTP-H3/client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TLS-SplitHTTP-H3/client.json b/VLESS-TLS-SplitHTTP-H3/client.json index 2bb806d..ec2008b 100644 --- a/VLESS-TLS-SplitHTTP-H3/client.json +++ b/VLESS-TLS-SplitHTTP-H3/client.json @@ -23,11 +23,11 @@ "settings": { "vnext": [ { - "address": "example.com", // Change to your domain. + "address": "example.com","//": "Change to your domain.", "port": 443, "users": [ { - "id": "UUID", // Change to your UUID. + "id": "UUID","//": "Change to your UUID.", "encryption": "none" } ] @@ -39,10 +39,10 @@ "security": "tls", "splithttpSettings": { "path": "/splithttp", - "host": "example.com" // Change to your domain. + "host": "example.com","//": "Change to your domain." }, "tlsSettings": { - "serverName": "example.com", // Change to your domain. + "serverName": "example.com","//": "Change to your domain.", "alpn": [ "h3" ]