cowgill / spamhaus

A shell script that grabs the latest Spamhaus DROP List and adds it to iptables.
48 stars 21 forks source link

404 on spamhaus.org #8

Open esaumell opened 4 months ago

esaumell commented 4 months ago

Hi,

Both URLS="https://www.spamhaus.org/drop/drop.lasso https://www.spamhaus.org/drop/edrop.lasso" return 404

Thanks

gilgongo commented 4 months ago

I got this too - but it's because they've changed the file names from .lasso to .txt:

https://www.spamhaus.org/drop/drop.txt https://www.spamhaus.org/drop/edrop.txt

Update the script and it works fine.

Zwernemann commented 2 months ago

The URLs https://www.spamhaus.org/drop/drop.txt https://www.spamhaus.org/drop/edrop.txt return ERROR 502: Bad Gateway.

gilgongo commented 1 month ago

Edrop has been merged into https://www.spamhaus.org/drop/drop.txt but I'm not getting any error. Maybe a temporary thing?