浏览代码

v5 VMess-Websocket-TLS server

Shelikhoo 4 年之前
父节点
当前提交
5aca1925c7
共有 1 个文件被更改,包括 45 次插入0 次删除
  1. 45 0
      v5/VMess-Websocket-TLS/config_server.json

+ 45 - 0
v5/VMess-Websocket-TLS/config_server.json

@@ -0,0 +1,45 @@
+{
+    "log": {
+        "error": {
+            "level": "Warning",
+            "type": "Console"
+        },
+        "access": {
+            "type": "None"
+        }
+    },
+    "inbounds": [
+        {
+            "protocol": "vmess",
+            "settings": {
+                "users": [
+                    "00000000-0000-0000-0000-000000000000"
+                ]
+            },
+            "port": 0,
+            "streamSettings": {
+                "transport": "ws",
+                "transportSettings": {
+                    "path": ""
+                },
+                "security": "tls",
+                "securitySettings": {
+                    "serverName": "",
+                    "certificate": [
+                        {
+                            "usage": "ENCIPHERMENT",
+                            "certificateFile":"",
+                            "keyFile": ""
+                        }
+                    ]
+                }
+            }
+
+        }
+    ],
+    "outbounds": [
+        {
+            "protocol": "freedom"
+        }
+    ]
+}