PHP: Getdns Dns Lookup
Hi folks 👋 Recently, I published an open-source repository named gurkanbicer/getdns on GitHub. What’s GetDNS? Getdns is a PHP package that parses the results of the dig command, and I use it in the GetDNS DNS Lookup tool. It provides DNS queries for hostnames. Supported DNS query types include A, AAAA, CNAME, MX, NS, TXT, SRV, and SOA. Additionally, you can query domain nameservers. You can either use random public DNS servers for lookups or configure your own public DNS servers....