#15032·algo

使用缺少指令之间换行符生成的 WireGuard 客户端配置

作者: gh0st-network创建于 2026年8月1日更新于 2026年8月2日

发生了什么?

Algo VPN v2.0.1 的新安装生成了无效的 WireGuard 客户端配置。生成的 WireGuard .conf 文件缺少 EndpointPersistentKeepalive 指令之间的换行符,导致配置无效。因此,生成的 QR 码也无法使用,因为它们编码了格式不正确的配置。模板(roles/wireguard/templates/client.conf.j2)包含正确的换行符,但渲染的客户端配置却不正确。

内容来源: trailofbits/algo