RE: script - automatic change A record

2013-11-25 Thread Kumar, Naveen, Vodafone Group
Hi Mark, If your target server has tcp port, you can create SRV record, DNS server will do the healthcheck and failover accordingly. I think you can try this!!! Regards, Naveen -Original Message- From: bind-users-bounces+naveen.kumar32=vodafone@lists.isc.org [mailto:bind-users-bounc

RE: open-source tool for filter out stats from dns logs

2013-01-02 Thread Kumar, Naveen
Hi Gaurav, Try following code and change as per your requirement (I used it to capture uniqued IP address) Create empty file "/tmp/out_log" before starting, so that values will be stored and can be used even after log rotation. #!/usr/bin/perl use File::Copy qw(copy); #Search unique IP a