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

what happens with two or more matches to a zone? #13

Closed mrjones-plip closed 6 years ago

mrjones-plip commented 6 years ago

I see in the in the customers SQL, we have two zones auction.com and test.com. What would happen if I added a third row to zones:

INSERT INTO zones VALUES (3,'bash','87fds78-inbound.test.com','com'); 

Would bash customer get all the traffic for both auction.com and test.com? What about foo and bar customers? I just want to know how these are all counted for each customer.

mrjones-plip commented 6 years ago

closing and marking as "won't fix". this will be solved by #23