hello, ich have 1000 Hotspot User on my router and i want to remove the total bytes download & upload limet for all users.
can someone help me with e script? otherwise i have to touch every single user account.
Thank you
/ip hotspot user reset-counters [find]
/ip hotspot user set [find] limit-bytes-in=0 limit-bytes-out=0 limit-bytes-total=0;
:foreach UPro in=[/ip hotspot user profile find] do={
/ip hotspot user profile set $UPro rate-limit="";
}
/ip hotspot user profile set [find] rate-limit=""