# FireHOL Level1 - Auto-Update Script (IPv4) # This script downloads and updates the firehol-l1 address list :local listName "firehol-l1" :local baseUrl "https://lists.cycr.xyz/public/mikrotik-firehol/" :local fileName "ipv4.rsc" :put "Downloading FireHOL Level1 IPv4 list..." /tool fetch url=($baseUrl . $fileName) dst-path=$fileName :delay 3s :put "Importing new list..." /import file-name=$fileName :delay 5s /file remove $fileName :put "FireHOL Level1 IPv4 update completed!"