关于lazy与xtls
e1732a364fed edited this page 2022-05-23 12:11:38 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TLS Lazy Encryption 技术 可简称为 tls lazy encrypt, tls lazy 或者 lazy.

lazy 与 xtls类似在一定条件下可以利用内层tls加密直接传输数据不在外面再包一层tls。

lazy与xtls的不同是lazy不魔改tls包所以是可以在 uTLS 的基础上 进行 lazy的而且也没有 xtls的233漏洞。

目前lazy还在完善阶段。

lazy 因为还不够稳定,所以暂无相关文档,请不要在真实场合使用 lazy特性。

lazy和 vless v1毫无关联。

lazy 不兼容 xtls。

lazy需要两端用tls 的配置 上 同时开启,

配置文件中,使用 lazy 的 dial 配置 要放在 dial列表中 的 首位。(即 要 作为 toml文件中 第一个出现 的 [[dial]] )