# DShield - Auto-Update Script (IPv4) # This script downloads and updates the dshield address list :local listName "dshield" :local baseUrl "https://lists.cycr.xyz/public/mikrotik-dshield/" :local fileName "ipv4.rsc" :put "Downloading DShield 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 "DShield IPv4 update completed!"