Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Bug Fixes

Compare
Choose a tag to compare
@CrimsonK1ng CrimsonK1ng released this 14 Sep 18:46
· 101 commits to master since this release
8982bba

There was a bug in the aggregation code that would discard any matches when the socket method could not parse for a url or find an IP. This led to empty aggregation lists. The fix for this reuses a previous commits regex in order to better parse the url and ip string sent for aggregation.