WireGuard 笔记
简介 WireGuard 是个 VPN, 多用于企业之间的数据安全传输. 准备 使用 Parallels Desktop 新建两台 CentOS 7.9 的 Linux 虚拟机, 分别命名为 vm01, vm02. # 关闭防火墙 systemctl stop firewalld.service # 安装 yum install -y epel-release elrepo-release yum install -y yum-plugin-elrepo yum install -y...