This script is for get iran ip subnet and added to address list mikrotik
foreach i in={"Iran"} do={
/tool fetch url="https://raw.githubusercontent.com/mahdintm/Get-IP-Iran/main/list.rsc" dst-path=Iran
/import file-name=$i
/file remove $i
}