From 39c56b30b67f7eb6b6660a698ba9dad935740dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Mon, 28 Oct 2024 14:32:04 +0000 Subject: [PATCH] DNS: added SRV qtype --- include/dns.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dns.h b/include/dns.h index d28d8dc..141c9ce 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; -- GitLab