Hacker News Show9/8 00:4367 分精选
Wg-admin:为现有 WireGuard 主机提供 Web UI
Show HN: Wg-admin – web UI for an existing WireGuard host
推荐理由:自托管 WireGuard 用户可以直接抄:这个 Web UI 只读配置、用 wg syncconf 热更新,不碰 PostUp/NAT,适合不想折腾 CLI 又想安全管理对等节点的 AI 服务器运维者。
Wg-admin 是一个开源工具,为现有的 WireGuard 主机提供 Web 界面。它读取 /etc/wireguard 配置,允许用户添加、编辑和删除对等节点,并通过 wg syncconf 应用更改,无需重启接口。该工具不会安装 WireGuard,也不会重写用户的 PostUp 或 NAT 规则。该项目在 Hacker News 上获得 21 分,由用户 vsergione 发布。