Hello guys,
I would like hotspot user logout forget that, after 24h automatic out.
can help someone with a script ???
ROS V3.10
:foreach i in=[/ip hotspot active find] do={
:if ([/ip hotspot active get $i uptime] > 1d) do={
/ip hotspot active remove $i
}
}