diff --git a/include/dns.h b/include/dns.h index d28d8dcf1df3551fdbc47f5c7481111a35a18a2d..141c9ce3be9d4b952a47d4eebbbcf393b9402e2f 100644 --- a/include/dns.h +++ b/include/dns.h @@ -55,6 +55,7 @@ typedef enum { MX = 15, TXT = 16, AAAA = 28, + SRV = 33, OPT = 41, // Used to specify extensions ANY = 255 // Used to query any type } dns_rr_type_t;