Re: Filter out TSIG records from zone transfer

2020-12-06 Thread Daniel Stirnimann
Hello Anand this works for me: dig -k KEY @PRIMARY ZONE +noall +answer +noidnout +onesoa AXFR Daniel On 06.12.20 15:31, Anand Buddhdev wrote: > Hi folks, > > When I use "dig" to do a zone transfer, using TSIG, then the resulting > zone is interspersed with TSIG records. Some tools, such as > "

Re: Filter out TSIG records from zone transfer

2020-12-06 Thread Stuart@registry.godaddy
I usually just GREP them out. dig -k axfr zone @remotehost | grep -v 'ANY[[:space:]]TSIG[[:space:]]' Stuart On 7/12/20, 1:32 am, "bind-users on behalf of Anand Buddhdev" wrote: Notice: This email is from an external sender. Hi folks, When I use "dig" to do a zone transfe

Filter out TSIG records from zone transfer

2020-12-06 Thread Anand Buddhdev
Hi folks, When I use "dig" to do a zone transfer, using TSIG, then the resulting zone is interspersed with TSIG records. Some tools, such as "dnssec-verify", don't like these records. Is there any way to tell dig not to print these TSIG records? Currently, I pass the zone through an awk script to