Linuxword Global
当前位置: Linux技术 > BBR+FQ算法以及SSL配合X-UI单节点管理方式(Debian10 X64系统验证成功)

第一步:更新组件和窗口:
apt -y update && apt -y install socat openssl cron dnsutils libaio1 libaio-dev build-essential manpages-dev libncurses5 zip gnupg libaio1 wget curl screen unzip vim curl xz-utils openssl gawk file rpm && screen -S setupscreen
第二步:curl https://get.acme.sh | sh -s [email protected]
.acme.sh/acme.sh --issue -d vms.domain.com --standalone -k ec-256
.acme.sh/acme.sh --installcert -d 子域名 --fullchainpath /etc/ssl/private/子域名.crt --keypath /etc/ssl/private/子域名.key --ecc
chmod 755 /etc/ssl/private (这个需要对目录确认权力)

1483f5f9c4a351ed04724020dff399e9

第三步:设置证书自动签的脚本
nano /etc/ssl/private/xray-cert-renew.sh 【粘贴以下文字】

#!/bin/bash
.acme.sh/acme.sh --install-cert -d a-x.linuxword.xyz --ecc --fullchain-file /etc/ssl/private/x.linuxword.xyz.crt --key-file /etc/ssl/private/x.linuxword.xyz.key
echo "Xray Certificates Renewed"
chmod +r /etc/ssl/private/x.linuxword.xyz.key
echo "Read Permission Granted for Private Key"
sudo systemctl restart xray
echo "Xray Restarted"
第四步:修改权限 chmod +x /etc/ssl/private/xray-cert-renew.sh
第五步:crontab -e 新增如下自动脚本
0 2 2 * * bash /etc/ssl/private/xray-cert-renew.sh

第六步:安装X-UI
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

管理面板的SSL设置方式:

083307f3ca15784e5e97529a62bcdc86
第七步:启用BBR+FQ
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh" && chmod +x install.sh && bash install.sh
选择11-11-后reboot
第八步:开启节点效果

「梦想一旦被付诸行动,就会变得神圣,如果觉得我的文章对您有用,请帮助本站成长」

赞(0) 打赏
一分也是爱

支付宝扫一扫打赏

微信扫一扫打赏

上一篇:

下一篇:

相关推荐

博客简介

本站CDN采用VmShell免费提供离中国大陆最近的香港CMI高速网络做支撑,ToToTel打造全球最快速的边沿网络支撑服务,具体详情请见 :https://vmshell.com/ 以及 https://tototel.com/,网站所有的文件和内容禁止大陆网站搬迁复制,谢谢,VPS营销投稿邮箱: [email protected],我们免费帮大家发布,不收取任何费用,请提供完整测试文稿!

精彩评论

友情链接

他们同样是一群网虫,却不是每天泡在网上游走在淘宝和网游之间、刷着本来就快要透支的信用卡。他们或许没有踏出国门一步,但同学却不局限在一国一校,而是遍及全球!申请交换友链

站点统计

  • 文章总数: 2306 篇
  • 草稿数目: 12 篇
  • 分类数目: 6 个
  • 独立页面: 0 个
  • 评论总数: 2 条
  • 链接总数: 0 个
  • 标签总数: 5836 个
  • 注册用户: 139 人
  • 访问总量: 8,674,276 次
  • 最近更新: 2024年4月2日