Automatic Remove User Hotspot Mikrotik Buat yang masih hapus user expired 1 per 1 di Mikrotik Hotspot... Ini ada cara yang automatic n tinggal di modif aja :foreach a in=[/tool user-manager user find] do={:if \
([/tool user-manager user get $a uptime-used]=0s) do={ :log warning \
("deleted Expired user.. $[/tool user-manager user get $a name]")\
/tool user-manager user remove [/tool user-manager user get $a name] }}
https://www.omwik.xyz/2012/02/automatic-remove-user-hotspot-mikrotik.html
0 Comments