feat: add curben/tracking-data

- https://gitlab.com/curben/tracking-data
This commit is contained in:
MDLeom 2021-05-22 03:14:30 +00:00
parent 116ad403dc
commit ee9cc868ea
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 4 additions and 0 deletions

View File

@ -21,12 +21,16 @@ pages:
- curl -L https://rpz.oisd.nl/basic/ -o oisd/oisd_rpz_light.txt
- curl -L https://rpz.oisd.nl/ -o oisd/oisd_rpz.txt
- mkdir -p tracking-data/
- curl -L https://gitlab.com/curben/tracking-data/-/raw/master/dist/tracking-data.txt -o tracking-data/tracking-data.txt
script:
- mkdir -p public/
- cp urlhaus-filter/urlhaus-filter* public/
- cp phishing-filter/dist/phishing-filter* public/
- cp pup-filter/dist/pup-filter* public/
- cp oisd/* public/
- cp tracking-data/* public/
- find public -type f -regex '.*\.\(txt\|conf\|tpl\|rules\)$' -exec gzip -f -k -9 {} \;
- find public -type f -regex '.*\.\(txt\|conf\|tpl\|rules\)$' -exec brotli -f -k -9 {} \;