Server
bbr.sh
- Description: BBR Easy Setup Tool
- Support OS: Debian 6+ / Ubuntu 14+
Installation:
WGET
wget -N --no-cache --no-check-certificate https://carry0987.github.io/Linux-Note/data/Server/bbr.sh && chmod +x bbr.sh && bash bbr.sh
CURL
curl -H 'Cache-Control: no-cache' -O https://carry0987.github.io/Linux-Note/data/Server/bbr.sh && chmod +x bbr.sh && bash bbr.sh