Reduce the exception noise with queries that we dont parse correctly
This commit is contained in:
@@ -59,8 +59,8 @@ final class DNS extends BaseProtocol
|
||||
public const DNS_TYPE_SOA = 6; // SOA Records
|
||||
public const DNS_TYPE_MX = 15; // MX Records
|
||||
public const DNS_TYPE_TXT = 16; // TXT Records
|
||||
|
||||
public const DNS_TYPE_AAAA = 28; // AAAA Records
|
||||
public const DNS_TYPE_SRV = 33; // SRV Records
|
||||
public const DNS_TYPE_OPT = 41; // OPT Records
|
||||
public const DNS_TYPE_DS = 43; // DS Records (Delegation signer RFC 4034)
|
||||
|
||||
|
Reference in New Issue
Block a user