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

update docs with new examples that have to_service always existing.

This commit is contained in:
Kelly Brazil
2021-04-21 07:41:32 -07:00
parent e4acb3d5b7
commit 7331961038

View File

@ -64,6 +64,7 @@ Examples:
"to_transport": "tcp",
"to_start_port": 22,
"to_end_port": 22,
"to_service": null,
"to_ip": "0.0.0.0",
"to_ip_prefix": "0",
"from_ip": "0.0.0.0",
@ -83,6 +84,7 @@ Examples:
"to_transport": "tcp",
"to_start_port": 22,
"to_end_port": 22,
"to_service": null,
"to_ip": "::",
"to_ip_prefix": "0",
"from_ip": "::",
@ -173,6 +175,7 @@ Examples:
"to_transport": "tcp",
"to_start_port": "22",
"to_end_port": "22",
"to_service": null,
"to_ip": "0.0.0.0",
"to_ip_prefix": "0",
"from_ip": "0.0.0.0",
@ -192,6 +195,7 @@ Examples:
"to_transport": "tcp",
"to_start_port": "22",
"to_end_port": "22",
"to_service": null,
"to_ip": "::",
"to_ip_prefix": "0",
"from_ip": "::",