Browse Source

CI Test commit 1

newworkflow_parseropti
Geoffrey Frogeye 3 years ago
parent
commit
aab8e93abe
  1. 2
      filter_subdomains.sh

2
filter_subdomains.sh

@ -16,7 +16,7 @@ sort -u temp/all_toblock.list > dist/firstparty-trackers.txt
echo "# Latest version of this list: https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt"
echo "#"
echo "# Generation date: $(date -Isec)"
echo "# Generation version: eulaurarien $(git describe --tags --dirty)"
echo "# Generation version: eulaurarien $(git describe --tags)"
echo "# Number of source websites: $(wc -l temp/all_websites.list | cut -d' ' -f1)"
echo "# Number of source subdomains: $(wc -l temp/all_subdomains.list | cut -d' ' -f1)"
echo "# Number of blocked subdomains: $(wc -l dist/firstparty-trackers.txt | cut -d' ' -f1)"

Loading…
Cancel
Save