diff --git a/README.md b/README.md index ded515f..abe6177 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PUP Domains Blocklist -Update (2023/05/10): The update of this blocklist is paused at the moment while waiting for the upstream maintainer to complete migrating https://github.com/zhouhanc/malware-discoverer to https://malwarediscoverer.com. No ETC is given. +Update (2023-05-10): Daily update of this blocklist has been paused while waiting for the upstream maintainer to complete migrating https://github.com/zhouhanc/malware-discoverer to https://malwarediscoverer.com. No ETC is given. See [issue #2](https://gitlab.com/malware-filter/pup-filter/-/issues/2). Other malware-filter blocklists are not affected. - Formats - [URL-based](#url-based) diff --git a/src/script.sh b/src/script.sh index c7f6708..601db9e 100644 --- a/src/script.sh +++ b/src/script.sh @@ -127,7 +127,8 @@ THIRD_LINE="! Expires: 1 day (update frequency)" FOURTH_LINE="! Homepage: https://gitlab.com/malware-filter/pup-filter" FIFTH_LINE="! License: https://gitlab.com/malware-filter/pup-filter#license" SIXTH_LINE="! Source: https://github.com/zhouhanc/malware-discoverer" -COMMENT_UBO="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE" +NOTICE="! Update (2023-05-10): Daily update has been paused. gitlab.com/malware-filter/pup-filter/-/issues/2" +COMMENT_UBO="$FIRST_LINE\n$SECOND_LINE\n$THIRD_LINE\n$FOURTH_LINE\n$FIFTH_LINE\n$SIXTH_LINE\n$NOTICE" mkdir "../public/"