LibDNS icon indicating copy to clipboard operation
LibDNS copied to clipboard

DNS implementation in pure PHP

Results 9 LibDNS issues
Sort by recently updated
recently updated
newest added

Currently this client does not support the `BAD_COOKIE` response which when subject to attack many large servers will respond with by force.

``` Fatal error: Cannot redeclare LibDNS\normalize_name() (previously declared in /var/www/nova/vendor/daverandom/libdns/src/functions.php:15) in /var/www/nova/vendor/daverandom/libdns/src/functions.php on line 6 ```

Hello! I have found a problem occurring when you are using queries with escaped dots. If you use `\.` sequence in your DNS query, it is not parsed correctly as...

Autoload is incomplete, then example scripts broke as libdns\normalize_name() is missing

Solve #24 Load all requirements to try example code

I use amphp/dns which rely on libdns and i discovered that all my DKIM TXT queries wasn't valid. I found some "," in all response. For exemple with google dkim:...