1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

doc update

This commit is contained in:
Kelly Brazil
2021-04-23 16:14:53 -07:00
parent 9aa424f9f8
commit ffac5bf9d3
3 changed files with 12 additions and 12 deletions

View File

@ -51,7 +51,7 @@ Schema:
Examples: Examples:
$ ufw status verbose numbered | jc --ufw -p $ ufw status verbose | jc --ufw -p
{ {
"status": "active", "status": "active",
"logging": "on", "logging": "on",
@ -62,7 +62,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": 1, "index": null,
"network_protocol": "ipv4", "network_protocol": "ipv4",
"to_interface": "any", "to_interface": "any",
"to_transport": "tcp", "to_transport": "tcp",
@ -83,7 +83,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": 2, "index": null,
"network_protocol": "ipv6", "network_protocol": "ipv6",
"to_interface": "any", "to_interface": "any",
"to_transport": "tcp", "to_transport": "tcp",
@ -104,7 +104,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": 3, "index": null,
"network_protocol": "ipv4", "network_protocol": "ipv4",
"to_interface": "any", "to_interface": "any",
"to_transport": null, "to_transport": null,
@ -125,7 +125,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": 4, "index": null,
"network_protocol": "ipv6", "network_protocol": "ipv6",
"to_interface": "any", "to_interface": "any",
"to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955", "to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955",
@ -146,7 +146,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": 5, "index": null,
"network_protocol": "ipv4", "network_protocol": "ipv4",
"to_interface": "en0", "to_interface": "en0",
"to_ip": "10.10.10.10", "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", "status": "active",
"logging": "on", "logging": "on",
@ -178,7 +178,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": "1", "index": null,
"network_protocol": "ipv4", "network_protocol": "ipv4",
"to_interface": "any", "to_interface": "any",
"to_transport": "tcp", "to_transport": "tcp",
@ -199,7 +199,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": "2", "index": null,
"network_protocol": "ipv6", "network_protocol": "ipv6",
"to_interface": "any", "to_interface": "any",
"to_transport": "tcp", "to_transport": "tcp",
@ -220,7 +220,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": "3", "index": null,
"network_protocol": "ipv4", "network_protocol": "ipv4",
"to_interface": "any", "to_interface": "any",
"to_transport": null, "to_transport": null,
@ -241,7 +241,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": "4", "index": null,
"network_protocol": "ipv6", "network_protocol": "ipv6",
"to_interface": "any", "to_interface": "any",
"to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955", "to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955",
@ -262,7 +262,7 @@ Examples:
{ {
"action": "ALLOW", "action": "ALLOW",
"action_direction": "IN", "action_direction": "IN",
"index": "5", "index": null,
"network_protocol": "ipv4", "network_protocol": "ipv4",
"to_interface": "en0", "to_interface": "en0",
"to_ip": "10.10.10.10", "to_ip": "10.10.10.10",

Binary file not shown.

Binary file not shown.