0

I am looking for a way to monitor and record traffic hits to an SRV or A-Record on my Linux Box running cPanel. The records would point to an external application with no built in logging abilities. Is it possible to somehow "spy" on the traffic that hits those records, and see how many hits they get and where they are from?

DarthCaniac
  • 383
  • 5
  • 16
  • 2
    You can have BIND (assuming you are using that for DNS) record all queries arriving and being handled into a log file. Then process the log file. This of course will lack `cached` DNS incoming requests – Noam Rathaus Dec 08 '13 at 13:29

1 Answers1

0

As per @nrathaus suggestion, I will just enable logging for BIND, and then I can process the log programmatically!

DarthCaniac
  • 383
  • 5
  • 16