Adding PTR to possiable values for Resolver

This commit is contained in:
Ethan Block 2022-09-21 11:37:06 -04:00 committed by GitHub
parent a3b873fd96
commit a7b8378736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ class DNSOverHTTPS extends Operation {
"TXT", "TXT",
"MX", "MX",
"DNSKEY", "DNSKEY",
"NS" "NS",
"PTR"
] ]
}, },
{ {