dns-checker icon indicating copy to clipboard operation
dns-checker copied to clipboard

Nameserver check

Open Ali1 opened this issue 3 years ago • 1 comments

Hi,

Can you use this library to check a domain's authoratitive nameserver (which is different to the returned NS DNS record).

Thank you

Ali

Ali1 avatar Mar 16 '21 13:03 Ali1

Hello, yes it can:

$dnsRecordSet = $checker->getDnsRecordSet('example.com', DNS_NS);

mesour avatar Jun 05 '23 02:06 mesour