From 421e52d340aec190c85cf1f49f8faa416b1c78c6 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 2 Apr 2021 03:43:28 +0000 Subject: [PATCH] docs: switch mirror to curben.gitlab.io/malware-filter - 40647d12e7dca0d027b4de00125c898e825a3659 --- src/script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index 61fa3864..d1f73af8 100644 --- a/src/script.sh +++ b/src/script.sh @@ -134,7 +134,8 @@ THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/curben/phishing-filter" FIFTH_LINE="! License: https://gitlab.com/curben/phishing-filter#license" SIXTH_LINE="! Source: https://www.phishtank.com/ & https://openphish.com/" -COMMENT_UBO="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE" +NOTICE="\n! Notice: https://curben.gitlab.io/phishing-filter-mirror is moved to https://curben.gitlab.io/malware-filter\n" +COMMENT_UBO="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE\n$NOTICE" cat "phishing-notop-domains.txt" "phishing-url-top-domains.txt" | \