v2board对接v2ray
v2board对接v2ray
debian9开启bbr
echo “net.core.default_qdisc=fq” >> /etc/sysctl.conf
echo “net.ipv4.tcp_congestion_control=bbr” >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
lsmod grep bbr
安装bbr,选5(通用)
yum install wget
wget -N –no-check-certificate “https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
centos需要下面这个命令,debain不需要
sed -i ‘s/enforcing/disabled/g’ /etc/selinux/config /etc/selinux/config
修改完之后需要重启系统
reboot
安装后端
curl -L -s https://raw.githubusercontent.com/ColetteContreras/v2ray-poseidon/master/install-release.sh bash
wget -O /etc/v2ray/config.json https://raw.githubusercontent.com/ColetteContreras/v2ray-poseidon/master/docker/v2board/tcp/config.json
vi /etc/v2ray/config.json
通信密钥
useramehbzlxhramea
{
“path”: “/cctv13/hd.m3u8”,
“headers”: {
“Host”: “你的域名”
}
}
关闭防火墙命令centos
systemctl status firewalld.service(查看防火墙状态)
systemctl disable firewalld(停止防火墙开机启动)
systemctl stop firewalld(停止防火墙)
关闭防火墙命令debain
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -F
service v2ray restart
wget –no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
解析这个ip
好了