From 53392f4cb2a448c88488460816578f203a5b499c Mon Sep 17 00:00:00 2001 From: mercury Date: Thu, 31 Oct 2024 00:15:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B5=D1=82=D0=BA=D0=B8=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sing.json | 10 +++++----- config/v2ray.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/sing.json b/config/sing.json index cf34c63..8a15933 100644 --- a/config/sing.json +++ b/config/sing.json @@ -68,23 +68,23 @@ { "flow": "xtls-rprx-vision", "packet_encoding": "", - "server": "", + "server": "~domain~", "server_port": 443, "tls": { "enabled": true, "insecure": false, "reality": { "enabled": true, - "public_key": "", - "short_id": "" + "public_key": "~public_key~", + "short_id": "~short_id~" }, - "server_name": "", + "server_name": "~server_name~", "utls": { "enabled": true, "fingerprint": "chrome" } }, - "uuid": "", + "uuid": "~uid~", "type": "vless", "domain_strategy": "ipv4_only", "tag": "proxy" diff --git a/config/v2ray.json b/config/v2ray.json index 972b583..5b128d1 100644 --- a/config/v2ray.json +++ b/config/v2ray.json @@ -40,10 +40,10 @@ "protocol": "vless", "settings": { "vnext": [{ - "address": "", + "address": "~domain~", "port": 443, "users": [{ - "id": "", + "id": "~uid~", "alterId": 0, "email": "t@t.tt", "security": "auto", @@ -56,11 +56,11 @@ "network": "tcp", "security": "reality", "realitySettings": { - "serverName": "", + "serverName": "~server_name~", "fingerprint": "chrome", "show": false, - "publicKey": "", - "shortId": "", + "publicKey": "~public_key~", + "shortId": "~short_id~", "spiderX": "" } },