ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add a `DNSQuery` model similar to `HTTPRequest` #39

Closed postmodern closed 10 months ago

postmodern commented 1 year ago

Add a model for storing received DNS queries, such as from ronin-listener-dns.

Columns

postmodern commented 10 months ago

Implemented by PR #108.