Record type SVCB undefined.. #114
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(more sauce)
RFC 9462:
4. Discovery Using Resolver IP Addresses
When a DNS client is configured with an Unencrypted DNS Resolver IP address, it SHOULD query the resolver for SVCB records of a service with a scheme of "dns" and an authority of "resolver.arpa" before making other queries. This allows the client to switch to using encrypted DNS for all other queries, if possible. Specifically, the client issues a query for _dns.resolver.arpa. with the SVCB resource record type (64) [RFC9460].
(wikipedia page of dns record types.. )
https://en.wikipedia.org/wiki/List_of_DNS_record_types
found a few more..
❯ grep UNKNOWN /tmp/numa/* | awk '{print $7}' | sort -u
UNKNOWN(29)
UNKNOWN(35)
UNKNOWN(64)