mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Update README.md add link README.ENG.md
This commit is contained in:
parent
8051a72a62
commit
82ea7bb0fd
@ -1,5 +1,8 @@
|
|||||||
|
[ENGLISH](README.ENG.md)
|
||||||
|
|
||||||
# 反向代理
|
# 反向代理
|
||||||
# 原理
|
# 原理
|
||||||
|
|
||||||
Xray Client <--- VMESS/SS ---> Xray Portal(需要公网 IP) <--- VMESS/SS ---> Xray Bridge
|
Xray Client <--- VMESS/SS ---> Xray Portal(需要公网 IP) <--- VMESS/SS ---> Xray Bridge
|
||||||
# 说明
|
# 说明
|
||||||
配置中,内网设备使用的配置为 `bridge.json`,有公网 ip 的设备使用 `portal.json`,通过`portal`连接到内网的设备使用`client.json`。
|
配置中,内网设备使用的配置为 `bridge.json`,有公网 ip 的设备使用 `portal.json`,通过`portal`连接到内网的设备使用`client.json`。
|
||||||
@ -18,4 +21,4 @@ Shadowsocks 2022 使用与 WireGuard 类似的预共享密钥作为密码。
|
|||||||
| 2022-blake3-aes-256-gcm | 32 |
|
| 2022-blake3-aes-256-gcm | 32 |
|
||||||
| 2022-blake3-chacha20-poly1305 | 32 |
|
| 2022-blake3-chacha20-poly1305 | 32 |
|
||||||
|
|
||||||
在 Go 实现中,32 位密钥始终工作。
|
在 Go 实现中,32 位密钥始终工作。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user