Рет қаралды 168
With this setup, you can easily manage WiFi access for your clients, save time, and provide a professional service. Let me know in the comments if you have any questions or suggestions for future videos!
Auto Delete Script =
:local linkon $user;
:local date [/system clock get date];
:local time [/system clock get time];
:log warning "$linkon was logged on the hour $time";
{
:if ([/system scheduler find name=$linkon]="") do={
/system scheduler add name=$linkon interval=24h on-event="/ip hotspot user remove [find name=$linkon]
/ip hotspot active remove [find user=$linkon]
/system scheduler remove [find name=$linkon]"
}
}
Software Link -
drive.google.c...