Bill Shupp wrote:
Bas van der Zalm wrote:

If I try to use the import function of VegaDNS the following error
message appears:

Error: could not do axfr-get for domain.tld

What happens when you run axfr-get manually? Does that work?

If I use the following script to run axfr-get it works fine:

#!/bin/sh

PATH=$PATH:/usr/local/bin
MASTER=IP_NAME_SERVER

for ZONE in `cat foo`; do
        tcpclient "$MASTER" 53 axfr-get "$ZONE" "$ZONE" "$ZONE".tmp
        cat "$ZONE" | sort -ur > "$ZONE".tmp
        mv "$ZONE".tmp "$ZONE"
done

Is there a way to see more debug messages of VegaDNS?

Kind regards,

Bas van der Zalm

--
 ezCompany
 Tivolistraat 6/1
 5017 HP Tilburg
 T +31 13 5322878
 F +31 13 5322879
 [EMAIL PROTECTED]
 www.ezcompany.nl

Reply via email to