Import Upstream version 4.12.4

This commit is contained in:
geos_one
2025-08-12 22:28:56 +02:00
parent 03a8170b15
commit 9181ee2487
1629 changed files with 874094 additions and 554378 deletions

39
doc/api/dnsserver_find.md Normal file
View File

@@ -0,0 +1,39 @@
[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.)
# dnsserver_find
Search for DNS servers.
### Arguments
|Name|Type|Required
|-|-|-
|criteria|:ref:`Str<Str>`|False
### Options
* all : :ref:`Flag<Flag>` **(Required)**
* Default: False
* raw : :ref:`Flag<Flag>` **(Required)**
* Default: False
* idnsserverid : :ref:`Str<Str>`
* idnssoamname : :ref:`DNSNameParam<DNSNameParam>`
* idnsforwarders : :ref:`Str<Str>`
* idnsforwardpolicy : :ref:`StrEnum<StrEnum>`
* Values: ('only', 'first', 'none')
* timelimit : :ref:`Int<Int>`
* sizelimit : :ref:`Int<Int>`
* version : :ref:`Str<Str>`
* pkey_only : :ref:`Flag<Flag>`
* Default: False
### Output
|Name|Type
|-|-
|count|Output
|result|ListOfEntries
|summary|Output
|truncated|Output
[//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end)
### Semantics
### Notes
### Version differences