From 728f4a99be2be2d529f6ac70cf4b356f371db234 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 28 Jan 2023 15:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20sshkey=20=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf-sshd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf-sshd.sh b/conf-sshd.sh index 150d4df..490adeb 100644 --- a/conf-sshd.sh +++ b/conf-sshd.sh @@ -3,7 +3,7 @@ ########## 一些配置 ########## # 默认获取 SSH key 的地方,一般是 Github. -sshkey_url="https://quickly-conf-ssh-worker.lamgc.workers.dev/ssh.keys" +sshkey_url="https://q-ssh.lamgc.me/ssh.keys" # 默认的 Cron 执行计划, 每天凌晨 0 点执行 default_cron="0 0 * * *" # 脚本 Url