Ashwin Shankar
Ashwin Shankar
So the shift to libreswan is breaking connections that were previously working with IKE1 support. We've deployed a few clients using an IPSEC server that exposes only ports 500 and...
Comparing the `stat_session` function (show login sessions for clients), with the PHP version of the Unifi API class, I noticed that the PHP version lets you perform a search of...
So looks like there're some typos in this function, here: https://github.com/delian/node-unifiapi/blob/34662c589f2a9b0e8aa2069a2fd202e9be55476b/index.js#L332 The current code looks like so: ``` UnifiAPI.prototype.stat_sta_sessions_latest = function(mac = '', limit = 5, sort = '-asoc-time', site...