Admin message

Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.

DNS query-answer matching algorithm differs from other DNS software
Usually DNS software matches responses to queries using tuple (src ip, src port, dst ip, dst port, transport protocol, msgid). It seems that DNS collector now enforces match on QNAME, which is most likely cause of crash in issue #3 . Using different matching algorithm than other DNS software will likely skew results, so I would recommend to use the same matching algorithm.
issue