LibDNS
LibDNS copied to clipboard
DNS implementation in pure PHP
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
https://bugs.php.net/bug.php?id=80815
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:...