Auto Generate Syntax Docs + JSONSchema [Mon Apr 15 14:44:52 UTC 2024] 🤖

dev
GitHub Action 2024-04-15 14:44:52 +00:00
parent 998a25d744
commit f2c0b4b443
3 changed files with 5 additions and 1 deletions

View File

@ -2750,6 +2750,8 @@ Enum Values:
- <code>TLSA</code>
- <code>ANY</code>
- <code>SRV</code>
</div>
<hr />

View File

@ -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"

View File

@ -1166,6 +1166,7 @@ func init() {
"CAA",
"TLSA",
"ANY",
"SRV",
}
FILERequestDoc.Type = "file.Request"