mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:55:26 +00:00
Auto Generate Syntax Docs + JSONSchema [Mon Apr 15 14:44:52 UTC 2024] 🤖
This commit is contained in:
parent
998a25d744
commit
f2c0b4b443
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user