mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-01-31 15:53:10 +08:00
Auto Generate Syntax Docs + JSONSchema [Thu May 4 11:28:35 UTC 2023] 🤖
This commit is contained in:
@@ -2031,6 +2031,8 @@ Enum Values:
|
||||
- <code>CAA</code>
|
||||
|
||||
- <code>TLSA</code>
|
||||
|
||||
- <code>ANY</code>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
@@ -399,7 +399,8 @@
|
||||
"TXT",
|
||||
"AAAA",
|
||||
"CAA",
|
||||
"TLSA"
|
||||
"TLSA",
|
||||
"ANY"
|
||||
],
|
||||
"type": "string",
|
||||
"title": "type of DNS request to make",
|
||||
|
||||
@@ -895,6 +895,7 @@ func init() {
|
||||
"AAAA",
|
||||
"CAA",
|
||||
"TLSA",
|
||||
"ANY",
|
||||
}
|
||||
|
||||
FILERequestDoc.Type = "file.Request"
|
||||
|
||||
Reference in New Issue
Block a user