Adamm
Part of the Furniture
Oh totally understand about scope and I support that approach.
But if the logs can exported to a PC some tool may exist or could be leveraged somehow.. Just curious.
Sent from my SM-G965F using Tapatalk
Geoiplookup using the maxmind database might be worth looking into. Looks to be CLI friendly. Considering trying it myself.
With a little push from insomnia and bordem, I looked into this a-little further. I was able to achieve the desired result without a third party binary/database, but it came at a pretty extensive performance cost.
The problem is to-do this it requires a curl request for every listed entry. With the stat page this can mean hundreds of requests, which are slooooooooow. The best case scenario here increased total runtime on my AC86U from 6s => 20s which personally I don't find a good trade off. I'll see if adding this information makes sense in smaller use cases (individual ip lookup etc), but on the stat page as a whole it just not worth it right now.