Skip to content

Commit cc1b7e0

Browse files
authored
TCR-745: Blocked Ports vs Blocked Ports IPs
1 parent 511e9d8 commit cc1b7e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/command_line_interface/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Some comment 2 [{'comment': None, 'ip': '111.111.111.111'}, {'comment': None,
293293

294294
## Blocked Port IP
295295

296-
This command allows to change the list of IPs that are excluded (allowed) for a certain blocked port.
296+
This command blocks traffic for the specified IP addresses on a given port. Use it when you want to restrict access to a port only for certain IPs, rather than blocking the port for everyone, as done by [`blocked-port`](/command_line_interface/#blocked-ports).
297297

298298
**Usage:**
299299

@@ -321,6 +321,7 @@ imunify360-agent blocked-port-ip [command] <value> [--option]
321321
| | |
322322
|-----|-|
323323
|<span class="notranslate">`--comment`</span>|allows to add comment to the IP|
324+
|<span class="notranslate">`--ip`</span>|one or more IP addresses to block on the given port (comma-separated list supported)|
324325

325326
**Example:**
326327

0 commit comments

Comments
 (0)