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

allow customer table to be specified instead of hard coded to "zones" #14

Open mrjones-plip opened 6 years ago

mrjones-plip commented 6 years ago

Right now you can define your db connection in dnsauth.toml like this:

customer-db = "root:pass@(127.0.0.1)/customers"

However, the table inside this DB is hard coded to zones. We should make this so that dnsauth.toml can override what table the customers are found in