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

fix ufw example

This commit is contained in:
Kelly Brazil
2021-04-23 16:14:39 -07:00
parent 0a8495c68e
commit 9aa424f9f8

View File

@ -3128,7 +3128,7 @@ traceroute -m 3 8.8.8.8 | jc --traceroute -p # or: jc -p traceroute -m
``` ```
### ufw status ### ufw status
```bash ```bash
ufw status verbose numbered | jc --ufw -p ufw status verbose | jc --ufw -p # or jc -p ufw status verbose
``` ```
```json ```json
{ {
@ -3141,7 +3141,7 @@ ufw status verbose numbered | jc --ufw -p
{ {
"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",
@ -3162,7 +3162,7 @@ ufw status verbose numbered | jc --ufw -p
{ {
"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",
@ -3183,7 +3183,7 @@ ufw status verbose numbered | jc --ufw -p
{ {
"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,
@ -3204,7 +3204,7 @@ ufw status verbose numbered | jc --ufw -p
{ {
"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",
@ -3225,7 +3225,7 @@ ufw status verbose numbered | jc --ufw -p
{ {
"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",