Encoding the DNS servers in a register request

From: Jonathan Stanton (jonathan.stanton@oneview.net)
Date: Thu Feb 14 2002 - 08:48:48 EST


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>



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:02 EDT