LuisLIn666 / sprov-ui

一个支持多协议多用户的v2ray Web面板

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Because the author deleted the code, I tried to make a script address with one click.


user#:

wget -O /usr/bin/sprov-ui -N --no-check-certificate https://github.com/LuisLIn666/sprov-ui/raw/master/sprov-ui.sh && chmod +x /usr/bin/sprov-ui && sprov-ui

Tested .It can be install on Ubuntu successful.

This script collection BBR,BBR Magic,BBR Plus,Lotserver

If you install TCP Accelerate you must manusal open acceleration

code: ./tcp.sh

You can use # sysctl net.ipv4.tcp_available_congestion_control # to see if it‘s started

return "net.ipv4.tcp_available_congestion_control = bbr cubic reno" or net.ipv4.tcp_available_congestion_control = reno cubic bbr

You can use # net.ipv4.tcp_congestion_control = bbr # to see if it‘s started

return net.core.default_qdisc = fq

You can use # lsmod | grep bbr # to see if it‘s started

return tcp_bbrplus 20480 8

If any of the above items occur, the startup is successful.


Statement: Anyone who uses this script in illegal ways has nothing to do with me and I am not liable for any major legal responsibility.

About

一个支持多协议多用户的v2ray Web面板

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.8%Language:Java 3.6%Language:HTML 1.7%Language:Shell 0.8%Language:CSS 0.1%