一键脚本 —— Linux 服务器上使用 acme.sh 申请Let’s Encrypt证书,并配置自动续签任务
使用方法(IPV4 Or IPV4 + IPV6)
apt-get install -y cron git
curl https://get.acme.sh | sh
git clone https://github.com/szNightFury/Acme.git
mv ./Acme/setup_ssh.sh ./
rm -rf ./Acme
chmod +x ./setup_ssh.sh
./setup_ssh.sh
使用方法(IPV6 Only)
apt-get install -y cron git
curl https://get.acme.sh | sh
git clone https://github.com/szNightFury/Acme.git
mv ./Acme/setup_ssh_ipv6_only.sh ./
rm -rf ./Acme
chmod +x ./setup_ssh_ipv6_only.sh
./setup_ssh_ipv6_only.sh
一键回程测试脚本:backtrace 三网回程路由测试使用教程
一、backtrace 三网回程路由测试介绍
首先简单介绍一下 backtrace 这个脚本,这个脚本是在 GitHub 上看到的,目前仅有的介绍其实就是一个 GitHub 项目主页。
GitHub 主页:https://github.com/zhanghanyun/backtrace
目前作者没有添加更多介绍,只有简单的一句“三网回程路由测试”。
二、backtrace 一键测试脚本使用教程
backtrace 一键测试脚本使用也很简单,登录 VPS 之后输入下面的命令即可:
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh