超省心游戏加速:Wireguard+udp加速(CentOS版)
备份文件于文末
Ubuntu版
1、使用下面命令运行一键脚本
- wget https://raw.githubusercontent.com/atrandys/wireguard/master/wireguard_game_ubuntu.sh && chmod +x wireguard_game_ubuntu.sh && ./wireguard_game_ubuntu.sh
Centos版
1、升级系统内核
使用下面命令运行一键脚本
- yum install –y wget && wget https://raw.githubusercontent.com/atrandys/wireguard/master/wireguard_game.sh && chmod +x wireguard_game.sh && ./wireguard_game.sh
弹出页面选择1. 升级系统内核
升级内核时间较长,耐心等待,等待升级完成,按提示重启VPS
2、安装wireguard+udpspeeder+udp2raw
重启完成,再次连接VPS,执行以下命令
- ./wireguard_game.sh
在弹出页选择2. 安装wireguard+udpspeeder+udp2raw
安装过程中需要输入本地电脑的默认网关,打开本地电脑cmd,使用ipconfig命令,查看默认网关,我这里是192.168.2.1
将默认网关填写,然后回车
安装完成,进入/etc/wireguard/client,将client.conf传输到本地电脑,你可以使用FTP工具,也可以直接cat /etc/wireguard/client/client.conf,将内容复制,在本地电脑保存为client.conf
客户端配置
1、下载安装tunsafe和npcap
下载下来然后安装tunsafe,安装过程很简单,会安装一个tap网卡,全部允许就可以了。
下载下来安装即可,注意勾上下图中的选项,然后下一步安装就可以了。
2、下载udp客户端
将下载的压缩包,解压到C盘下,在C盘下会得到一个udp文件夹,里面有speeder和udp2raw两个客户端文件。
一定必须要解压到C盘!!!!!然后就不用管了,tunsafe会自动调用。
3、配置客户端
打开tunsafe,Options中,勾选Allow Pre/Post Commands
点击File,选择import,将在服务端下载的client.conf导入,然后connect即可。https://drive.google.com/file/d/1aP5qAKknvcMTbHucUWdquUEFiPRD_tsB/view?usp=sharing
https://drive.google.com/file/d/1fVSBwsRAXsYhfetOOuEfU_uphBGNzvvb/view?usp=sharing