跳转到正文

Fedora / RHEL

适用于 Fedora 和 RHEL。

以下命令要求当前用户已配置 sudo。

1. 添加软件源

从软件源下载配置文件,GPG 公钥会自动导入。

sh
sudo curl -fsSL -o /etc/yum.repos.d/daeuniverse.repo https://daeuniverse.pages.dev/daeuniverse.repo

2. 安装 dae

sh
sudo dnf install dae
其他安装方式:Fedora Copr

仅适用于 Fedora,可替代上方的 Dae Universe 软件源。zhullyb/v2rayA 是 Copr 项目名,安装的软件包仍是 dae

shell
sudo dnf copr enable zhullyb/v2rayA
sudo dnf install dae
shell
dnf copr enable zhullyb/v2rayA
dnf install dae

软件包包含 systemd 服务。配置示例位于 /etc/dae/example.dae,实际配置文件应保存为 /etc/dae/config.dae

完成最小配置后,请参阅服务管理,启动 dae、设置开机启动、重载或重新启动服务。


来源:dae 上游文档 · AGPL-3.0 许可证