From dda3dae565834a56b74647603c5c233c2cbaa76b Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:01:26 +0800 Subject: [PATCH] Update config_client.json --- VLESS-TCP-XTLS-Vision/config_client.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/VLESS-TCP-XTLS-Vision/config_client.json b/VLESS-TCP-XTLS-Vision/config_client.json index 4b74a16..efe024a 100644 --- a/VLESS-TCP-XTLS-Vision/config_client.json +++ b/VLESS-TCP-XTLS-Vision/config_client.json @@ -25,8 +25,8 @@ }, "inbounds": [ { - "listen": "127.0.0.1", // Fill in 0.0.0.0 to allow connections from LAN - "port": 10808, // local socks listening port + "listen": "127.0.0.1","//": "Fill in 0.0.0.0 to allow connections from LAN", + "port": 10808,"//": "local socks listening port", "protocol": "socks", "settings": { "udp": true @@ -40,8 +40,8 @@ } }, { - "listen": "127.0.0.1", // Fill in "0.0.0.0" to allow connections from LAN - "port": 10809, // Local http listening port + "listen": "127.0.0.1","//": "Fill in "0.0.0.0" to allow connections from LAN", + "port": 10809,"//": "Local http listening port", "protocol": "http", "sniffing": { "enabled": true, @@ -58,11 +58,11 @@ "settings": { "vnext": [ { - "address": "", // Address, domain name or IP of the server - "port": 443, // Port, consistent with the server + "address": "","//": "Address, domain name or IP of the server", + "port": 443,"//": "Port, consistent with the server", "users": [ { - "id": "", // User ID, consistent with the server + "id": "","//": "User ID, consistent with the server", "encryption": "none", "flow": "xtls-rprx-vision" } @@ -74,9 +74,9 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "", // SNI, if "address" is filled with the domain name of the server, it can be left blank. If "address" is filled with the IP of the server, fill in the domain name contained in the certificate of the server here + "serverName": "","//": "SNI, if "address" is filled with the domain name of the server, it can be left blank. If "address" is filled with the IP of the server, fill in the domain name contained in the certificate of the server here", "allowInsecure": false, - "fingerprint": "chrome" // Used to configure the fingerprint of the specified TLS Client Hello, Xray will simulate the TLS fingerprint through the uTLS library, or generate it randomly + "fingerprint": "chrome","//": "Used to configure the fingerprint of the specified TLS Client Hello, Xray will simulate the TLS fingerprint through the uTLS library, or generate it randomly" } }, "tag": "proxy"