mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
doc update
This commit is contained in:
@ -51,7 +51,7 @@ Schema:
|
||||
|
||||
Examples:
|
||||
|
||||
$ ufw status verbose numbered | jc --ufw -p
|
||||
$ ufw status verbose | jc --ufw -p
|
||||
{
|
||||
"status": "active",
|
||||
"logging": "on",
|
||||
@ -62,7 +62,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": 1,
|
||||
"index": null,
|
||||
"network_protocol": "ipv4",
|
||||
"to_interface": "any",
|
||||
"to_transport": "tcp",
|
||||
@ -83,7 +83,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": 2,
|
||||
"index": null,
|
||||
"network_protocol": "ipv6",
|
||||
"to_interface": "any",
|
||||
"to_transport": "tcp",
|
||||
@ -104,7 +104,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": 3,
|
||||
"index": null,
|
||||
"network_protocol": "ipv4",
|
||||
"to_interface": "any",
|
||||
"to_transport": null,
|
||||
@ -125,7 +125,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": 4,
|
||||
"index": null,
|
||||
"network_protocol": "ipv6",
|
||||
"to_interface": "any",
|
||||
"to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955",
|
||||
@ -146,7 +146,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": 5,
|
||||
"index": null,
|
||||
"network_protocol": "ipv4",
|
||||
"to_interface": "en0",
|
||||
"to_ip": "10.10.10.10",
|
||||
@ -167,7 +167,7 @@ Examples:
|
||||
]
|
||||
}
|
||||
|
||||
$ ufw status verbose numbered | jc --ufw -p -r
|
||||
$ ufw status verbose | jc --ufw -p -r
|
||||
{
|
||||
"status": "active",
|
||||
"logging": "on",
|
||||
@ -178,7 +178,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": "1",
|
||||
"index": null,
|
||||
"network_protocol": "ipv4",
|
||||
"to_interface": "any",
|
||||
"to_transport": "tcp",
|
||||
@ -199,7 +199,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": "2",
|
||||
"index": null,
|
||||
"network_protocol": "ipv6",
|
||||
"to_interface": "any",
|
||||
"to_transport": "tcp",
|
||||
@ -220,7 +220,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": "3",
|
||||
"index": null,
|
||||
"network_protocol": "ipv4",
|
||||
"to_interface": "any",
|
||||
"to_transport": null,
|
||||
@ -241,7 +241,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": "4",
|
||||
"index": null,
|
||||
"network_protocol": "ipv6",
|
||||
"to_interface": "any",
|
||||
"to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955",
|
||||
@ -262,7 +262,7 @@ Examples:
|
||||
{
|
||||
"action": "ALLOW",
|
||||
"action_direction": "IN",
|
||||
"index": "5",
|
||||
"index": null,
|
||||
"network_protocol": "ipv4",
|
||||
"to_interface": "en0",
|
||||
"to_ip": "10.10.10.10",
|
||||
|
BIN
jc/man/jc.1.gz
BIN
jc/man/jc.1.gz
Binary file not shown.
BIN
man/jc.1.gz
BIN
man/jc.1.gz
Binary file not shown.
Reference in New Issue
Block a user