Is there a way to recieve the complete nameserver set by passing just one nameserver of the set?
For example I pass the the Nameserver: ns1.sedoparking.com and as a result I would expect
ns1.sedoparking.com + ns2.sedoparking.com
I tried it already with the Pear function "Net_DNS_Resolver", DIG and dns_get_record("ns1.sedoparking.com", DNS_ANY, $authns, $addtl)
But I receive always the wrong nameservers.
Thank you a lot!