mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-06-19 22:28:17 +02:00
update docs with new examples that have to_service always existing.
This commit is contained in:
@@ -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": "::",
|
||||
|
||||
Reference in New Issue
Block a user