mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
update ufw docs with a note on lists of ports
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
# jc.parsers.ufw
|
||||
jc - JSON CLI output utility `ufw status` command output parser
|
||||
|
||||
Note: a list of ports will be parsed to the `to_service` or `from_service` field as a comma-separated string.
|
||||
|
||||
Usage (cli):
|
||||
|
||||
$ ufw status | jc --ufw
|
||||
|
@ -1,5 +1,7 @@
|
||||
"""jc - JSON CLI output utility `ufw status` command output parser
|
||||
|
||||
Note: a list of ports will be parsed to the `to_service` or `from_service` field as a comma-separated string.
|
||||
|
||||
Usage (cli):
|
||||
|
||||
$ ufw status | jc --ufw
|
||||
|
Reference in New Issue
Block a user