netdns2
netdns2 copied to clipboard
Native PHP DNS Resolver and Updater
### Issue When using TCP (`\Net_DNS2_Resolver::$use_tcp = true`), then certain DNS systems may refuse to answer the DNS query due to (I assume) unintentional TCP segmentation. ### Cause When writing...
To improve DNS performance for HTTPS, there is a new resource record types: SVCB (64) and HTTPS (65). Also see https://www.rfc-editor.org/rfc/rfc9460.html However, these record types are not supported yet and...
it would be really nice if this library supports doing multiple queries in parallel so that it will reduce the processing time. at the moment I am doing it like...
Version 1.5.4 introduced an infinite loop in certain scenario's. Line triggering the issue: https://github.com/mikepultz/netdns2/compare/v1.5.2...v1.5.4#diff-132c1f6c93734535818a6b91db4260dfd1c0433a9a5ce32e9012d9f05d9f7887R96 Reason: 1. Function is now calling Net_DNS2_Names::unpack and $offset should be updated by reference. 2. In...
``` diff -Naur ../netdns2-1.5.3-orig/package.xml ./package.xml --- ../netdns2-1.5.3-orig/package.xml 2022-11-29 00:16:31.000000000 +0500 +++ ./package.xml 2023-05-18 14:05:09.227194339 +0500 @@ -37,6 +37,7 @@ + ```
It would be great to see DNS over TLS support in netdns2, as codified by RFC 7858 and RFC 8310. Netdns2 already has TCP support, so hopefully adding DoT support...
Hi. When do you think Stable Version 1.6 will be available?
Recently discussed at Hackathon 101 in London this past weekend, having library support for such standard is desired. https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-05 As status draft, specifications (all the verbal process of specifiyng details)...
Some authoritative DNS servers give different responses depending on the Client IP and/or [EDNS Client Subnet (RFC7871)](https://tools.ietf.org/html/rfc7871), as such, it would be nice with an option to set a custom...
Add keytag computed field in DNSKEY RR