From 2b9cdab11025b31484efde57797d8f69879f503b Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:37:07 +0300 Subject: [PATCH] Add files via upload --- test/autoXRAYselfXHTTPtls.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test/autoXRAYselfXHTTPtls.sh b/test/autoXRAYselfXHTTPtls.sh index 3d65d09..2186412 100644 --- a/test/autoXRAYselfXHTTPtls.sh +++ b/test/autoXRAYselfXHTTPtls.sh @@ -203,7 +203,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "dnsLog": false, "access": "/var/log/xray/access.log", "error": "/var/log/xray/error.log", - "loglevel": "debug" + "loglevel": "warning" }, "dns": { "servers": [ @@ -217,7 +217,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "inbounds": [ { "tag": "vsTCPtls", - "port": 22443, + "port": 443, "listen": "0.0.0.0", "protocol": "vless", "settings": { @@ -237,7 +237,6 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "$DOMAIN", "certificates": [ { "certificateFile": "/var/lib/xray/cert/fullchain.pem", @@ -281,7 +280,6 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" }, "security": "tls", "tlsSettings": { - "serverName": "$DOMAIN", "certificates": [ { "certificateFile": "/var/lib/xray/cert/fullchain.pem", @@ -324,7 +322,6 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" }, "security": "tls", "tlsSettings": { - "serverName": "$DOMAIN", "certificates": [ { "certificateFile": "/var/lib/xray/cert/fullchain.pem", @@ -886,7 +883,7 @@ cat > "$WEB_PATH/$path_subpage.html" <