1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

ufw doc update

This commit is contained in:
Kelly Brazil
2021-04-21 16:55:25 -07:00
parent 74f623f8d6
commit 7eef5d94d5
3 changed files with 5 additions and 0 deletions

View File

@ -3150,6 +3150,7 @@ ufw status verbose numbered | jc --ufw -p
"to_service": null,
"to_ip": "0.0.0.0",
"to_ip_prefix": "0",
"comment": null,
"from_ip": "0.0.0.0",
"from_ip_prefix": "0",
"from_interface": "any",
@ -3170,6 +3171,7 @@ ufw status verbose numbered | jc --ufw -p
"to_service": null,
"to_ip": "::",
"to_ip_prefix": "0",
"comment": null,
"from_ip": "::",
"from_ip_prefix": "0",
"from_interface": "any",
@ -3190,6 +3192,7 @@ ufw status verbose numbered | jc --ufw -p
"to_end_port": null,
"to_ip": "0.0.0.0",
"to_ip_prefix": "0",
"comment": null,
"from_ip": "0.0.0.0",
"from_ip_prefix": "0",
"from_interface": "any",
@ -3210,6 +3213,7 @@ ufw status verbose numbered | jc --ufw -p
"to_start_port": 0,
"to_end_port": 65535,
"to_service": null,
"comment": null,
"from_ip": "::",
"from_ip_prefix": "0",
"from_interface": "any",
@ -3230,6 +3234,7 @@ ufw status verbose numbered | jc --ufw -p
"to_start_port": 0,
"to_end_port": 65535,
"to_service": null,
"comment": null,
"from_ip": "0.0.0.0",
"from_ip_prefix": "0",
"from_interface": "any",

Binary file not shown.

Binary file not shown.