lol首页优化 2023年09月19日 Kana Momonogi 4 美测服首页{ "navigation": [ { "id": "overview", "displayName&... 阅读全文 0 评论
SSH一键安装密钥并且关闭密码登录 2023年09月19日 Kana Momonogi 4 #!/usr/bin/env bash #============================================================= # https://github.com/P3TERX/SSH_Key_Installe... 阅读全文 0 评论
DNS64 2023年09月19日 Kana Momonogi 4 cat > /etc/resolv.conf nameserver 2a00:1098:2b::1 nameserver 2a00:1098:2c::1 nameserver 2a01:4f8:c2c:123f::1 Google:names... 阅读全文 0 评论
SHELL DDNS 脚本 2023年09月19日 Kana Momonogi 4 #!/bin/bash # Telegram Bot 相关参数 telegram_bot_token="botid:xxx" telegram_chat_id="-id" # Cloudflare 相关参数 ... 阅读全文 0 评论
ACME证书申请 DNS模式 2023年09月19日 Kana Momonogi 5 (一)ACME安装curl https://get.acme.sh | sh alias acme.sh=~/.acme.sh/acme.sh安装程序会自动做以下操作:自动把 acme.sh 安装到你的 home 的.acme.sh目录下,即~/.a... 阅读全文 0 评论