mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-11 05:54:39 +00:00
MINOR: dns: new dns record type (RTYPE) for OPT
DNS record type OPT is required to send additional records. OPT has been assigned ID 41.
This commit is contained in:
parent
6fb8192b28
commit
572ab8b269
@ -64,6 +64,7 @@
|
||||
#define DNS_RTYPE_CNAME 5 /* canonical name */
|
||||
#define DNS_RTYPE_AAAA 28 /* IPv6 address */
|
||||
#define DNS_RTYPE_SRV 33 /* SRV record */
|
||||
#define DNS_RTYPE_OPT 41 /* OPT */
|
||||
#define DNS_RTYPE_ANY 255 /* all records */
|
||||
|
||||
/* dns rcode values */
|
||||
|
Loading…
Reference in New Issue
Block a user