I have two questions.
First, I have been told that there are DNS servers that work in the
horizon system other than ns{1,2}.domaindirect.com.
Does anyone have a list?
Second:
We are having a problem setting DNS servers during the registration
process with sw_register. We are using the perl client, and we are
sending the following format for the nameserver_list component:
'nameserver_list' => [
{
'name' => 'ns1.domain-dns.com',
'sortorder' => 1,
'ipaddress' => ''
},
{
'name' => 'ns2.domain-dns.com',
'sortorder' => 2,
'ipaddress' => ''
},
{},
{},
{},
{}
],
The DNS servers above have been changed from what was sent, but both
servers that were sent answer queries.
Is the ipaddress argument legitimate?
It is not in the documentation. I am not sure where we picked it up from.
There has to be some way to specify IP addresses so that you can set up
DNS servers within the domain you are registering.
I have not yet tried sending the requests without the blank ipaddress
field.
This seems to be a recent problem. It is possible that it appeared when
we converted from register to sw_register, but it could be more recent.