Packet-Clearing-House / DNSAuth

Go-lang app to aggregate DNS queries to 1 minute buckets and write them to influxdb
MIT License
2 stars 2 forks source link

Clean up files after processing #25

Closed unix1 closed 6 years ago

unix1 commented 6 years ago

This is the implementation of feature described in Packet-Clearing-House/DNSAuth#15. It adds a couple of configuration options to dnsauth.toml and implements associated logic to handle file cleanup after processing has been completed.

There are also a couple of code cleanup changes (in separate commits):

mrjones-plip commented 6 years ago

@unix1 - Code looks good! Can you add some entries into the README.md about the new config options (move vs delete vs none)?

unix1 commented 6 years ago

@Ths2-9Y-LqJt6 yep, done in 054ba4d.