Hello friends, I need help for API commands in mikrotik
me needed remove ip address from address list
how to create this command?
$API->write('/ip/firewall/address-list/remove',false);
$API->write('numbers=[find list=bruteforcer && address=95.31.5.109]',true);
this don’t work
Thanks