mirror of https://github.com/getdnsapi/getdns.git
Missed one SOA that is not returned
This commit is contained in:
parent
0fc75dfbaf
commit
33774228a3
|
@ -239,7 +239,8 @@
|
||||||
{
|
{
|
||||||
assert_nxdomain(ex_response);
|
assert_nxdomain(ex_response);
|
||||||
assert_nodata(ex_response);
|
assert_nodata(ex_response);
|
||||||
assert_soa_in_authority(ex_response);
|
// Ubuntu 18.04 system resolver does not return an SOA
|
||||||
|
//assert_soa_in_authority(ex_response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue