Releases: mosajjal/dnsmonster
Releases · mosajjal/dnsmonster
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.7.1
New in v0.7.1:
- Ability to choose between hashtable and string search for allowDomains and skipDomains. This will disable prefix and suffix capability with a much higher performance
- Different data output types are now defined:
stdout
,file
andclickhouse
, each with the ability to have the optionnone
of the traffic, all minus theskipDomains
list, only domains matchingallowDomains
orall
domains received (subject to sample ratio) - removed
dryrun
in favor ofclickhouseOutputType
v0.7.0
- cleanup in Grafana dashboard
- BREAKING: added the ability to save full query data in JSON format
for current installations, please run the following in Clickhouse BEFORE upgrade to 0.7.x:ALTER TABLE DNS_LOG ADD COLUMN FullQuery String AFTER DoBit;
- better stats when ingesting a pcap file