From 24c891896a99b0658ccdc59d374458a510d4f4b9 Mon Sep 17 00:00:00 2001 From: yorickcode Date: Thu, 2 Oct 2025 16:53:48 +0800 Subject: [PATCH] Update kejilion.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多了 “https://”字符串 --- kejilion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kejilion.sh b/kejilion.sh index 18146005d..d4ad83eb9 100644 --- a/kejilion.sh +++ b/kejilion.sh @@ -2016,7 +2016,7 @@ web_security() { wget ${gh_proxy}raw.githubusercontent.com/linuxserver/fail2ban-confs/master/filter.d/nginx-418.conf wget ${gh_proxy}raw.githubusercontent.com/linuxserver/fail2ban-confs/master/filter.d/nginx-deny.conf wget ${gh_proxy}raw.githubusercontent.com/linuxserver/fail2ban-confs/master/filter.d/nginx-unauthorized.conf - wget ${gh_proxy}https://raw.githubusercontent.com/linuxserver/fail2ban-confs/master/filter.d/nginx-bad-request.conf + wget ${gh_proxy}raw.githubusercontent.com/linuxserver/fail2ban-confs/master/filter.d/nginx-bad-request.conf cd /etc/fail2ban/jail.d/ curl -sS -O ${gh_proxy}raw.githubusercontent.com/kejilion/config/main/fail2ban/nginx-docker-cc.conf