mirror of https://github.com/getdnsapi/getdns.git
rdata fields for MX
This commit is contained in:
parent
42bdfdd06a
commit
c28e6f44c4
|
@ -1,3 +1,6 @@
|
|||
* 2014-??-??: Version 0.1.2
|
||||
* Fixed rdata fields for MX
|
||||
|
||||
* 2014-03-24 : Version 0.1.1
|
||||
* default to NOT build extensions (libev, libuv, libevent), handle
|
||||
--with/--without optiosn to configure for them
|
||||
|
|
|
@ -89,7 +89,8 @@ static struct rdata_def hinfo_rdata[] = {
|
|||
static struct rdata_def minfo_rdata[] = {
|
||||
{ "rmailbx" , t_bindata }};
|
||||
static struct rdata_def mx_rdata[] = {
|
||||
{ "preference" , t_bindata }};
|
||||
{ "preference" , t_int },
|
||||
{ "exchange" , t_bindata }};
|
||||
static struct rdata_def txt_rdata[] = {
|
||||
{ "txt_strings" , t_list }};
|
||||
static struct rdata_def rp_rdata[] = {
|
||||
|
|
Loading…
Reference in New Issue