mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Adding PTR to possiable values for Resolver
This commit is contained in:
parent
a3b873fd96
commit
a7b8378736
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ class DNSOverHTTPS extends Operation {
|
||||||
"TXT",
|
"TXT",
|
||||||
"MX",
|
"MX",
|
||||||
"DNSKEY",
|
"DNSKEY",
|
||||||
"NS"
|
"NS",
|
||||||
|
"PTR"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue