dmachard / python-dnstap-receiver

Dnstap streams receiver in Python
https://github.com/dmachard/dns-collector
MIT License
34 stars 13 forks source link

command line argument not overlapped config settings #11

Closed KVInventoR closed 3 years ago

KVInventoR commented 3 years ago

I found a small issue, I use a command:

/usr/bin/python3 -u /usr/local/bin/dnstap_receiver -c dnstap-local.conf -p 8000 but when I checked: netstat -anp|grep 6000 tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN 29696/python3

looks like dnstap_receiver ignored additional arguments for port usage and just use default settings from configuration file.

dmachard commented 3 years ago

fix in release 3.0.0