|-转 使用V2Ray的mKCP协议加速游戏
当前脚本已发布新版本,地址: https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh 旧仓库已废弃,以后所有的脚本都会发布到新仓库: https://github.com/kuoruan/shell-scripts https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh 测试了,此方法无法上网。 V2ray报错: [Warning] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > v2ray.com/core/proxy/vmess/outbound: failed to read header > v2ray.com/core/proxy/vmess/encoding: failed to read response header > EOF
2019-11-14
用v2ray内置的mKCP加速游戏的话,配置要简单很多,但效果没有kcptun+udp2raw好。也算是一种可行的方法吧,想偷懒的话可以试试这个方法。。
安装v2ray:
apt -y update apt -y install curl bash <(curl -L -s https://install.direct/go.sh)
生成一个uuid复制下来:
cat /proc/sys/kernel/random/uuid
编辑v2ray配置文件:
nano /etc/v2ray/config.json
写入如下配置:
{ "inbounds": [ { "port": 50000, "protocol": "vmess", "settings": { "clients": [ { "id": "你的UUID", "alterId": 64 } ] }, "streamSettings": { "network":"kcp", "kcpSettings": { "mtu": 1350, "tti": 20, "uplinkCapacity": 30, "downlinkCapacity": 100, "congestion": true, "header": { "type": "utp" } } } } ], "outbounds": [ { "protocol": "freedom", "settings": {} } ] }
关于这个mKCP里面涉及到的一些可配置参数,可以参考这里:...
浏览更多内容请先登录。
立即注册
更新于:2020-05-06 22:40:51
内容很赞,打赏我

相关内容
(实测:超不省心,这个方法太陈旧了) 超省心游戏加速:Wireguard+udp加速...
wireguard+udpspeeder+udp2raw多用户配置
Wireguard+udpspeeder+udp2raw游戏加速方案改进版-实测有效
Linux使用 PaPing 检测TCP连通性与端口延迟
使用EwoMail搭建属于自己的个人邮件服务器——超详细图文教程
centos7开启交换内存
如何在 CentOS 8 上安装和配置 Postfix 邮件服务器
服务器搭建
centos7用yum搭建LAMP环境之一
CentOS 7 安装 LNMP 环境,sh脚本一键安装
安装phaclon遇到的各种问题。
LNMP的那些事情
centos7安装openssl
Centos系统在Apache服务器上安装SSL证书
Centos7.4 修改MySQL5.7 root 密码
2020在godaddy首页上看到企业建站服务
邮件发送报错No IDN encoder found(install the intl extension or the tr...
yum安装php扩展intl报错:Error: php71w-common conflicts with php-comm...
如何在CentOS上安装PHP intl扩展?
服务器选择-阿里云轻量应用服务器 轻量应用服务器 (香港节点丢包严重,延迟25ms)
阿里云香港服务器和大陆服务器区别在哪,如何选择
关于网站的robots文件以及robots文件在线生成工具
robots.txt 不让搜索引擎收录网站的方法
Yii2生成sitemap,yii2-sitemap-module Yii2 module for automatically ...
验证谷歌站长平台 – GOOGLE SEARCH CONSOLE 验证流程
centos7下自动备份mysql数据库
谷歌站长平台实测网站
CentOS 7中看PHP运行时的Log文件日志信息
Linux设置Swap虚拟内存方法
CentOS 7一键安装桌面环境命令(可远程RDP连接)
如何在 CentOS8/RHEL8 上安装配置 VNC 服务器
查问我看服务器搭建和使用中遇到的问题
服务器搭建3
CentOS8下yum安装LNMP
Linux查看端口使用状态、关闭端口方法
LNMP与LAMP有哪些区别,安装哪个好?
Centos杀死进程kill方法大全
CentOS如何查看端口是否被占用
xampp更改mysql数据库密码
推荐内容