WireGuard快速配置vps Ubuntu Debian安装官方源码编译的 openwrt 22.03.5 不使用命令快速配置 VPN服务
视频: youtube视频: https://youtu.be/2mIc3seefp0 B站视频: https://www.bilibili.com/video/BV1rs4y1i7Em/ openwrt下载地址: https://cowtransfer.com/s/f5963f37073f4a 点击链接查看 [ 22.03.5openwrt ] ,或访问奶牛快传 cowtransfer.com 输入传输口令 8jt4y8 ------------------------------------------------------------ vps 安装命令 bash -c "$(wget -O- https://github.com/wandduse/openwrt_server/raw/main/openwrt.sh)" ------------------------------------------------------------------------ WireGuard客户端 官方下载 : Installation - WireGuard 云盘下载: https://cowtransfer.com/s/b812d60811f348 点击链接查看 [ wireguard ] ,或访问奶牛快传 cowtransfer.com 输入传输口令 pbsfd2 查看; ------------------------------------------------------------------------ WireGuard配置文件 [Interface] PrivateKey = YD76+8IWuZfE4yj4GF1TGCz8V9MNMieu1XFiOsNwyXA= Address = 192.168.8.3/24 DNS = 8.8.8.8,8.8.4.4 [Peer] PublicKey = tuZGFjBF8ucjcZ90m1ZSbLvMJOyYxBChVeXUwM58bkA= PresharedKey = MpYGYTfVLLcl+v7N1n223i6UseFrusvHsQvnILq1KNI= AllowedIPs = 0.0.0.0/0, ::/0 Endpoint = 8.8.5.183:27842 Per...