dns icon indicating copy to clipboard operation
dns copied to clipboard

Async DNS resolver for ReactPHP.

Results 20 dns issues
Sort by recently updated
recently updated
newest added

# 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...

maintenance

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...

new feature

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...

new feature

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...

bug

Depends on: https://github.com/reactphp/dns/pull/231

new feature

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...

new feature

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...

bug

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...

bug
maintenance

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...

bug
new feature