From 0c9e05e94801c2fa35306e3d15729c558029e1bd Mon Sep 17 00:00:00 2001 From: chika0801 <88967758+chika0801@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:02:01 +0800 Subject: [PATCH] update vision config (#90) * Update config_client.json * Update config_server.json * Update config_client.json --- VLESS-TCP-XTLS-Vision/config_client.json | 6 +++--- VLESS-TCP-XTLS-Vision/config_server.json | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/VLESS-TCP-XTLS-Vision/config_client.json b/VLESS-TCP-XTLS-Vision/config_client.json index 9161742..c6725d5 100644 --- a/VLESS-TCP-XTLS-Vision/config_client.json +++ b/VLESS-TCP-XTLS-Vision/config_client.json @@ -26,7 +26,7 @@ "inbounds": [ { "listen": "127.0.0.1", - "port": 10808, + "port": 10808, // v2rayN 本地监听端口 "protocol": "socks", "settings": { "udp": true @@ -41,7 +41,7 @@ }, { "listen": "127.0.0.1", - "port": 10809, + "port": 10809, // v2rayN 本地监听端口 "protocol": "http", "sniffing": { "enabled": true, @@ -59,7 +59,7 @@ "vnext": [ { "address": "", // VPS的IP - "port": 16387, // 端口 + "port": 16387, // VPS的端口 "users": [ { "id": "", // 用户ID diff --git a/VLESS-TCP-XTLS-Vision/config_server.json b/VLESS-TCP-XTLS-Vision/config_server.json index 0ffd951..6ef0bcb 100644 --- a/VLESS-TCP-XTLS-Vision/config_server.json +++ b/VLESS-TCP-XTLS-Vision/config_server.json @@ -8,8 +8,7 @@ { "type": "field", "ip": [ - "geoip:cn", - "geoip:private" + "geoip:cn" ], "outboundTag": "block" } @@ -33,7 +32,6 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "rejectUnknownSni": true, "certificates": [ { "certificateFile": "/etc/ssl/private/fullchain.cer", // 证书