Last update at :2024-05-04,Edit by888u
The recommended system is Debian 8 64, Centos 7 and above.
1. Download script
wget --no-check-certificate https://raw.githubusercontent.com/mixool/rinetd/master/rinetd_bbr_powered -O /root/rinetd2. Set permissions
chmod +x rinetd3. Add listening address
virinetd.confAdd
# bindadress bindport connectaddress connectport 0.0.0.0 443 0.0.0.0 443 0.0.0.0 80 0.0.0.0 80You can add other ports here. If your ss port is 9001, add:
0.0.0.0 9001 0.0.0.0 90014. Set up startup
vi /etc/systemd/system/rinetd.serviceAdd
[Unit] Description=rinetd [Service] ExecStart=/root/rinetd -f -c /root/rinetd.conf raw venet0:0 Restart=always [Install] WantedBy=multi-user.target5. Start
systemctl enable rinetd.service && systemctl start rinetd.service6. The effect is obvious. It is a savior for OpenVZ VPS. After using my alpharacks ovz vps, I can easily play 1080P.
via: http://xpsss.com/851.html
Recommended site searches: Chongqing Telecom server hosting, Dongguan server rental, domain name registration information query, Korean high-defense server, shopex virtual host, personal free cloud server outside mainland China, US server website, icp registration query system, virtual host space , registration-free virtual space,
发表评论