mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-07-17 19:39:54 +00:00
Add port explain
This commit is contained in:
@@ -1008,7 +1008,7 @@ private-resources:
|
||||
</ResponseField>
|
||||
|
||||
<ResponseField name="tcp-ports" type="string">
|
||||
Allowed TCP ports or ranges.
|
||||
Allowed TCP ports or ranges. Use comma-separated values for multiple ports or ranges, such as `22,443,8000-9000` or `*` for all ports or leave empty for no ports.
|
||||
|
||||
**Default**: `*`
|
||||
|
||||
@@ -1017,7 +1017,7 @@ private-resources:
|
||||
</ResponseField>
|
||||
|
||||
<ResponseField name="udp-ports" type="string">
|
||||
Allowed UDP ports or ranges.
|
||||
Allowed UDP ports or ranges. Use comma-separated values for multiple ports or ranges, such as `22,443,8000-9000` or `*` for all ports or leave empty for no ports.
|
||||
|
||||
**Default**: `*`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user