From 6f6af8e9021ee8a2931c34681727807167e450cf Mon Sep 17 00:00:00 2001 From: Shtorm <108103062+shtorm-7@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:51:50 +0300 Subject: [PATCH] Fix examples --- examples/masque/client.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/masque/client.json b/examples/masque/client.json index 21c69aeb..7bc61fd9 100644 --- a/examples/masque/client.json +++ b/examples/masque/client.json @@ -29,6 +29,7 @@ "use_ipv6": false, "profile": { "detour": "direct", + // For getting existing MASQUE device profile, else sing-box will create new profile "id": "", "auth_token": "" }, @@ -36,7 +37,7 @@ "udp_keepalive_period": "30s", "udp_initial_packet_size": 0, "reconnect_delay": "5s", - "tls": { + "tls": { // TLS fields for HTTP2 "insecure": false, "cipher_suites": [], "curve_preferences": [],