Linux 生成WARP配置
下载wgcf,感谢 https://github.com/ViRb3/wgcf wget -O wgcf https://github.com/ViRb3/wgcf/releases/download/v2.2.19/wgcf_2.2.19_linux_amd64 给执行权限 chmod +x wgcf 注册 WARP 账户 ./wgcf register 在root文件夹下就会出现/root/wgcf-account.toml文件,里面是wgcf申请的免费账户信息,你可以将license_key替换成你自己的warp+ key,获取方法打开App右上角菜单 三 --> 账户 --> 按键,复制替换即可。 ./wgcf update 生成WireGuard配置文件 ./wgcf generate 在root文件夹下就会出现/root/wgcf-profile.conf文件,这就是wgcf生成的WireGuard配置文件,可以导入到任何一个支持WireGuard协议的软件中使用。