Knowledge Base    Contact Us
Search  
Knowledge Base .: Root Category .: MyDNS related questions .: Enabling downloading records from BIND DNS server

Enabling downloading records from BIND DNS server

When you setup new domain name at our MyDNS service and want to download a domain's records from your DNS server, you must enable zone transfer to our server

Here's an example

zone "mydomain.com" {
type master;
file "mydomain.com";
allow-transfer {

xx.xx.xx.xx;
};
};


You need to add our IP address 64.34.162.154 into allowed servers. After you make this change, your configuration file should look as shown below:

zone "mydomain.com" {
type master;
file "mydomain.com";

allow-transfer {

xx.xx.xx.xx;
};
};

How helpful was this article to you?

User Comments

Add Comment
Comment test
7-24-2005 at 4:52am
Yes, that's right....


.: Powered by Lore 1.4.2