From cde55838a75311fd6fdcd3ead31a5a12893e1ef2 Mon Sep 17 00:00:00 2001
From: xqzr <34030394+xqzr@users.noreply.github.com>
Date: Sun, 30 Jan 2022 23:29:56 +0800
Subject: [PATCH] Create client.json

---
 VMess-QUIC/client.json | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 VMess-QUIC/client.json

diff --git a/VMess-QUIC/client.json b/VMess-QUIC/client.json
new file mode 100644
index 0000000..9cd1527
--- /dev/null
+++ b/VMess-QUIC/client.json
@@ -0,0 +1,25 @@
+{
+ "protocol": "vmess",
+ "settings": {
+  "vnext": [
+   {
+    "address": "",
+    "port": 443,
+    "users": [
+     {
+      "id": "",
+      "security": "zero"
+     }
+    ]
+   }
+  ]
+ },
+ "streamSettings": {
+  "network": "quic",
+  "quicSettings": {},
+  "security": "tls",
+  "tlsSettings": {
+   "servername": "*"
+  }
+ }
+}