Hi. Sometimes the problem is that the freeze ovpn connection and they are active for a month or more.
I am writing a script that will kill active ovpn connections whose uptime is more than 3 days
I found a way to find these connections:
/interface ovpn-server print where uptime >3d
I can’t understand how to drop these connections in a script
If someone has a similar experience, tell me please.