gamelinux / passivedns

A network sniffer that logs all DNS server replies for use in a passive DNS setup
http://gamelinux.org/
1.67k stars 374 forks source link

add quiet mode option #107

Closed satta closed 5 years ago

satta commented 5 years ago

This PR adds the new -q option, which enables a quiet mode -- no output is printed to stdout/stderr except for error messages.

Addresses #92. In the reported case one could use something like

passivedns -l - -q

to only get logged observations on stdout.

gamelinux commented 5 years ago

Thanks!