An open API service indexing awesome lists of open source software.

https://github.com/parseword/php-multithreaded-resolver

Multithreaded DNS PTR/A resolver
https://github.com/parseword/php-multithreaded-resolver

dns multithreaded php pthreads resolver

Last synced: 10 months ago
JSON representation

Multithreaded DNS PTR/A resolver

Awesome Lists containing this project

README

          

# php-multithreaded-resolver
A multithreaded DNS resolver in PHP using basic pthreads capability. You supply
a list of IP addresses, hostnames, or both, and the script will resolve each
one to its DNS counterpart.

I often work with large batches of hosts that need to be translated from IP to
hostname or vice versa. If you only have a handful of hosts to deal with, a
simple script like the following will suffice:

```php