I have managed to register a domain by not specifiying custom DNS
servers but when I add the following xml to specify them and set the
custom_nameservers flag to 1 it doesn't work. Have I got the following
bit correct ?
Many thanks
Jonathan Stanton
<item key="nameserver_list">
<dt_assoc>
<item key="0">
<dt_assoc>
<item key="name">ns0.ISP.net</item>
<item key="sortorder">1</item>
</dt_assoc>
</item>
<item key="1">
<dt_assoc>
<item key="name">ns1.ISP.net</item>
<item key="sortorder">2</item>
</dt_assoc>
</item>
</dt_assoc>
</item>