redhat27
Very Senior Member
It doesn'tI am wondering if somewhere, your script erases all previous IPTABLES
Depends if you are modifying the same chain. Also -I (inserts) are added to the beginning of the chain, and -A (appends) are added at the enddo I have to write my own IPTABLES rules after your script, and not before, or if it doesn't matter in which order the scripts are run?
My question is, if the list is not passworded at all, then why do I still get the error?
gunzip: invalid magic
Try this:
Code:
wget -q -O test.data.gz "http://list.iblocklist.com/?list=LISTID&fileformat=p2p&archiveformat=gz&username=MYUSERNAME&pin=MYPIN"
gunzip test.data.gz
If you do not get any error, then you should be good. I suspect you'll get the same error. Let me know.