From 216d2b47f753657fff792e4b3774d48d30fb874a Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Fri, 25 Sep 2020 14:41:53 +0000 Subject: [PATCH] Delete config_client_vmess.json --- .../config_client_vmess.json | 52 ------------------- 1 file changed, 52 deletions(-) delete mode 100644 VLESS-TCP-TLS-VMess (more usage)/config_client_vmess.json diff --git a/VLESS-TCP-TLS-VMess (more usage)/config_client_vmess.json b/VLESS-TCP-TLS-VMess (more usage)/config_client_vmess.json deleted file mode 100644 index beb848d..0000000 --- a/VLESS-TCP-TLS-VMess (more usage)/config_client_vmess.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "log": { - "loglevel": "warning" - }, - "inbounds": [ - { - "port": 10800, - "listen": "127.0.0.1", - "protocol": "socks", - "settings": { - "udp": true - } - } - ], - "outbounds": [ - { - "protocol": "vmess", - "settings": { - "vnext": [ - { - "address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) - "port": 443, - "users": [ - { - "id": "", // 填写你的 UUID - "security": "none", - "level": 0 - } - ] - } - ] - }, - "streamSettings": { - "network": "tcp", - "security": "tls", - "tlsSettings": { - "serverName": "example.com" // 换成你的域名 - }, - "tcpSettings": { - "header": { - "type": "http", - "request": { - "path": [ - "/fakehttpheader" // 必须换成自定义的 PATH,需要和服务端的一致 - ] - } - } - } - } - } - ] -} \ No newline at end of file