mikepultz / netdns2

Native PHP DNS Resolver and Updater
https://netdns2.com/
Other
119 stars 64 forks source link

Add support for SVCB and HTTPS resource records #147

Open arnowelzel opened 8 months ago

arnowelzel commented 8 months ago

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 when trying to query them, you will get an execption about an unsupported record type.