Releases: amphp/dns
Releases · amphp/dns
0.9.5
0.8.15
- Fixed caching. Previously it accidentally used the query type instead of the TTL as TTL, which means that
A
records were only cached for one second and other records not much longer. - Fixed pending requests not being completely cleaned up if there's no response.
0.9.4
0.9.3
- Added work around OPCache issue (https://bugs.php.net/bug.php?id=74840)
0.9.2
0.9.1
- Implemented security measures to better prevent DNS cache poisoning (DNS spoofing) attacks on vulnerable networks:
- Transaction IDs are randomized.
- Query question sections are matched to response answer sections.
- UDP sockets are not reused.
- Records are now cached for a maximum of 24 hours.