From 1aefb1daf8f5378fbadb6f385962faafff5df703 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Sat, 9 Aug 2025 16:20:20 +0800 Subject: [PATCH] fix:vless --- config/server/vless+reality.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/server/vless+reality.yaml b/config/server/vless+reality.yaml index c2c9d32..64e3aaf 100644 --- a/config/server/vless+reality.yaml +++ b/config/server/vless+reality.yaml @@ -12,7 +12,7 @@ [ { "name": "AK-JP-100G", - "uuid": "singbox生成", + "uuid": "替换为实际UUID", "flow": "xtls-rprx-vision", }, ], @@ -25,8 +25,8 @@ "enabled": true, "handshake": { "server": "s0.awsstatic.com", "server_port": 443 }, - "private_key": "singbox生成", - "short_id": ["singbox生成"], + "private_key": "替换为实际私钥", + "short_id": ["替换为实际short_id"], }, }, }, @@ -34,4 +34,3 @@ "outbounds": [{ "type": "direct" }, { "type": "dns", "tag": "dns-out" }], "route": { "rules": [{ "protocol": "dns", "outbound": "dns-out" }] }, } -