mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-01-31 15:53:10 +08:00
Auto Generate Syntax Docs + JSONSchema [Mon Apr 15 14:44:52 UTC 2024] 🤖
This commit is contained in:
@@ -2750,6 +2750,8 @@ Enum Values:
|
||||
- <code>TLSA</code>
|
||||
|
||||
- <code>ANY</code>
|
||||
|
||||
- <code>SRV</code>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
@@ -84,7 +84,8 @@
|
||||
"AAAA",
|
||||
"CAA",
|
||||
"TLSA",
|
||||
"ANY"
|
||||
"ANY",
|
||||
"SRV"
|
||||
],
|
||||
"title": "type of DNS request to make",
|
||||
"description": "Type is the type of DNS request to make"
|
||||
|
||||
@@ -1166,6 +1166,7 @@ func init() {
|
||||
"CAA",
|
||||
"TLSA",
|
||||
"ANY",
|
||||
"SRV",
|
||||
}
|
||||
|
||||
FILERequestDoc.Type = "file.Request"
|
||||
|
||||
Reference in New Issue
Block a user