wiki-ingest: Multi-Agent System Reliability

This commit is contained in:
2026-04-16 03:43:32 +08:00
parent 3db8f83ca3
commit 821be5e431
72 changed files with 2479 additions and 101 deletions

View File

@@ -0,0 +1,26 @@
---
title: "VLESS+Reality"
type: concept
tags: [proxy, xray, security, encryption]
sources: []
last_updated: 2026-04-16
---
## Definition
VLESS+Reality 是 Xray 代理软件支持的一种安全传输方案,结合 VLESS 协议和 Reality 传输模式,提供更强的抗审查能力。
## Core Attributes
- 协议VLESS
- 传输模式Reality
- 特点TLS 混淆、更强的抗检测能力
- 密钥:需要生成公钥和私钥对
## Mechanism
VLESS+Reality 通过以下方式提供安全性:
1. VLESS 协议:轻量级代理协议,比 VMess 更简洁
2. Reality 传输TLS 伪装,流量看起来像正常 HTTPS 连接
3. 密钥交换:使用 Xtls/Xray 原生密钥机制
## Connections
- [[VLESS+Reality]] ← implemented_in ← [[Xray]]
- [[VLESS+Reality]] ← used_by ← [[VPS2]]