Script failing after upgrade 175.3
Posted: Tue Sep 24, 2024 5:39 am
Hi,
I am having an issue after upgrading my router. I keep getting errors in the logs, below are the two scripts that are failing. Would someone be kind and suggest what should be fixed? Thanks alot...
I am having an issue after upgrading my router. I keep getting errors in the logs, below are the two scripts that are failing. Would someone be kind and suggest what should be fixed? Thanks alot...
Code: Select all
:foreach indirizzoTest in=[ /ip firewall address-list find where list="dns_list" ] do={
/ip firewall address-list set $indirizzoTest address=[:resolve [/ip firewall address-list get $indirizzoTest comment]];
};
Code: Select all
:foreach i in [/ip firewall address-list find list=port_scanners_list] do={ /tool e-mail send to=myemail@gmail.com subject="port_scanners_list" body=("IP added " . [/ip firewall address-list get $i address])}