http://malc0de.com/bl/IP_Blacklist.txt
is possible to automatically add them to address list and how?
Or how to put them in address list in the easiest possible way?
http://malc0de.com/bl/IP_Blacklist.txt
is possible to automatically add them to address list and how?
Or how to put them in address list in the easiest possible way?
Because of RouterOS’s 4096 bytes read/write limit, I think you will need to use a PC/server to download the file and change it before uploading to the router.
On a schedule, download the file to your PC/server.
Script a third party command line tool to search and replace each line to something like:
/ip firewall address-list add address=212.76.131.105 list=BlockedList;You’ll also need to remove or comment the first two text lines at the top of the file so the script doesn’t fail.
Then rename the file to something**.rsc**, and upload to the router using FTP.
Have a scheduled script on router to clean out old entries and add new ones:
/ip firewall address-list remove [find list=BlockedList]
/import IP_Blacklist.rsc