2020年3月22日星期日

wireguard GCP CentOS7 纯一键脚本

wireguard 在游戏领域还是有需求,记录CentOS7服务端操作
(Debian ubuntu的一键全是坑……):

GCP 开 CentOS7

利用下面脚本升级内核,但不需要这脚本安装wireguard

yum install -y wget && wget https://raw.githubusercontent.com/atrandys/wireguard/master/wireguard_install.sh && chmod +x wireguard_install.sh && ./wireguard_install.sh


升级完内核按Y重启后,用秋水的脚本安装wireguard
下载脚本
wget --no-check-certificate -O /opt/wireguard.sh https://raw.githubusercontent.com/teddysun/across/master/wireguard.sh && chmod 755 /opt/wireguard.sh

安装
/opt/wireguard.sh -r



没有评论:

发表评论

openwrt在线编译 插件名字查找

openwrt在线编译 https://firmware-selector.staging.immortalwrt.org/ 插件名字查找 https://downloads.staging.immortalwrt.org/releases/23.05.1/packages/x8...