Reduce the exception noise with queries that we dont parse correctly

This commit is contained in:
2023-10-03 20:58:23 +11:00
parent 2a50a1d795
commit 073d95f605
3 changed files with 14 additions and 6 deletions

View File

@@ -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)