dns
dns copied to clipboard
Async DNS resolver for ReactPHP.
# ReactPHP v3 is going to happen! 🎉 We're committed to work on the next major version of ReactPHP. We've started working on this a while ago and believe it's...
https://tools.ietf.org/html/rfc7858 Reworking of previous PR #200, Closes #80 Implement TLS as a layered class extending the TcpTransportExecutor * TlsTransportExecutor sets up sane defaults for TLS context options and port number...
This changeset adds native types to the public API as discussed in #219. Once merged, I'm planning to add PHPStan in a follow-up PR which would take advantage of these...
Hey all, Opening this ticket following the suggestion of a maintainer of movim in https://github.com/movim/movim/issues/1408, which uses this lib. I'm not very good at PHP so please bear with me...
Depends on: https://github.com/reactphp/dns/pull/231
The commits in this PR add representation, parsing, and utilisation of `attempts` and `timeout` options from `resolv.conf`. Based on https://man7.org/linux/man-pages/man5/resolv.conf.5.html the limits for both options have been silently capped, and...
The UdpTransportExecutor does not correctly handle FQDN with a trailing dot, such as `google.com.`. This notation is often used for in-cluster DNS queries and ensures efficiency by telling the resolver...
As brought up in #229 we're already treating all domains as absolute, so adding direct support for it is a small bug fix. That said, fully support for search domains...
Hi there, While testing our software which uses `react/dns v1.13.0` on a fresh Windows Installation (Windows 11 24H2, 26100.2605), I encountered the following error: ``` PS C:\...> expose 'wmic' is...