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