mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 01:41:49 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue