cache: cache special records

This commit is contained in:
Nick Peng
2022-05-29 00:02:58 +08:00
parent 6a7ce39727
commit b6740f5aab
2 changed files with 24 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ typedef enum dns_type {
DNS_T_SRV = 33,
DNS_T_OPT = 41,
DNS_T_SSHFP = 44,
DNS_T_HTTPS = 65,
DNS_T_SPF = 99,
DNS_T_AXFR = 252,
DNS_T_ALL = 255