From c66082a2ad00a8ad25cb2ecb5e930b770ca82c40 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 2 Apr 2021 03:46:05 +0000 Subject: [PATCH] docs: explain pup --- src/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index 8a7431d..b9fafb4 100644 --- a/src/script.sh +++ b/src/script.sh @@ -58,7 +58,7 @@ grep -Fx -vf "top-1m-well-known.txt" > "pup-notop-domains.txt" ## Merge malware domains and URLs CURRENT_TIME="$(date -R -u)" -FIRST_LINE="! Title: PUP Domains Blocklist" +FIRST_LINE="! Title: PUP Domains Blocklist\n! Description: Block domains that host potentially unwanted programs (PUP)" SECOND_LINE="! Updated: $CURRENT_TIME" THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/curben/pup-filter"