That would be a great feature.Would it be possible also to integrate a statistic for the connected users, for example to see how much clients were connected yesterday at 09.00?
z=$(date +"%d.%m.%Y %H:%M")l=$(configctl captiveportal list_clients 0 | grep -w "anonymous" | wc -l)echo $z $l >> /root/cplogins.txt